I've noticed that my website seems to be blocked for a second or two when loading. I suspect the Font Awesome's OpenSans might be delaying it. Could be wrong, of course.
Anyway, since Font Awesome have their stylesheet on MaxCDN and I use MaxCDN I can reference it there instead of locally.
Would it be as simple as including this in my child theme's functions.php? As described in this article:
Hi,
I've noticed that my website seems to be blocked for a second or two when loading. I suspect the Font Awesome's OpenSans might be delaying it. Could be wrong, of course.
Anyway, since Font Awesome have their stylesheet on MaxCDN and I use MaxCDN I can reference it there instead of locally.
Would it be as simple as including this in my child theme's functions.php? As described in this article:
http://webendev.com/add-font-awesome-icons-to-wordpress/
Thanks!
Nathan
I should mention that the OpenSans fonts you have included in the Salient theme, I have these being served on my MaxCDN account anyway.
Example: http://cdn.nathanmfarrugia.com/wp-content/themes/salient/css/fonts/OpenSans-Regular-webfont.woff
So maybe this isn't necessary at all!
Hey Nathan!
Yes, it would be as simple as that assuming you wanted to go through with it - just make sure the dequeue the parent theme font awesome as well :)
Cheers
Thanks! I probably won't bother, given the fonts end up on the CDN anyway.