If you are serving your site over HTTPS you will fail to load some fonts due to the top of the stylesheet containing the line...
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
My CSS isn't great but can't this be simply fixed by changing the line to...
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
If you are serving your site over HTTPS you will fail to load some fonts due to the top of the stylesheet containing the line...
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
My CSS isn't great but can't this be simply fixed by changing the line to...
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);