Hello,
Any google font that has "cursive" in the CSS text are not loading.
For example:
http://fonts.googleapis.com/css?family=Share
http://fonts.googleapis.com/css?family=Fira+Mono
Share does not work, but Fira Mono works fine. Looking at both these fonts the difference I have noticed in Google Fonts instructions is the word 'cursive' in the CSS text
font-family: 'Share', cursive;
font-family: 'Fira Mono', ;
I have tested this with 4 other fonts and the behavior is the same.
You can see my site with the issue here, look at the H1 tag: http://escapehair.com/services
Any ideas on what the issue maybe?
Thanks,
tim