BlackHatRael
Junior Member
- Jun 13, 2013
- 182
- 138
I was in a obsessive quest to optimize the speed of my website and finally decide to learn HTML and do my website myself.
During this adventure I happen to fall on some call from my website (wordpress cms) to google for a font.... Hell no.
Issue:
Solution can be:
- Disable Google Fonts wordpress plugin.
- Coding yourself and switch to HTML website.
Sources:
Answer is easy. You can turn off (remove) Google font Open Sans by simple, lightweight plugin. Plugin is called Disable Google Fonts. Author of this utility is Milan Dinić. His solution has no settings. Disable Google Fonts works immediately after activation.
Why disable Google fonts?
I don?t understand why Wordpress developers placed fonts.googleapis.com into WP core. Because aesthetics? I do not consider it to be valuable enough. Change of font is small and I do not need super beautiful fonts in admin interface.
Where's the value?
I prefer practical fonts. Sans-serif take less space than Google?s Open Sans and it renters faster. GOS has also limited character support. Too many languages are simply not displayed correctly (Vietnamese, Czech Slovak language).
Privacy matters
I don?t wanna to let Google spy on me even during administration. Every time site is loaded Google knows it and stores my IP address, my geographical locations and other sensible data. I think this is main reason why WP developers agreed and build Google tracking in. It can be subject of some king of compensation scheme (I don?t like this idea).
Performance counts
Too many server requests can make site slow. In core should be just necessary code and ?nice font? certainly does not fulfill this condition.
Removing Google font Open Sans speeded up my Wordpress site a little bit. It?s kind of strange, because Google has good content delivery network (CDN) but I can feel that speed of the installation went up.
In conclusion about Google fonts in WP core
I would like to close this copy with idea, that every problem has a solution. Solution of Open Sans problem in Wordpress is Disable Google Fonts plugin.
Check this out too:
During this adventure I happen to fall on some call from my website (wordpress cms) to google for a font.... Hell no.
Issue:
- privacy and security (Google knows about each page view)
- local development or production (no or limited Internet access)
- availability of Google?s servers (some countries block access to Google)
- language support (these fonts have limited characters support)
- performance (Google?s servers are hit on each page view)
Solution can be:
- Disable Google Fonts wordpress plugin.
- Coding yourself and switch to HTML website.
Sources:
Answer is easy. You can turn off (remove) Google font Open Sans by simple, lightweight plugin. Plugin is called Disable Google Fonts. Author of this utility is Milan Dinić. His solution has no settings. Disable Google Fonts works immediately after activation.
Why disable Google fonts?
I don?t understand why Wordpress developers placed fonts.googleapis.com into WP core. Because aesthetics? I do not consider it to be valuable enough. Change of font is small and I do not need super beautiful fonts in admin interface.
Where's the value?
I prefer practical fonts. Sans-serif take less space than Google?s Open Sans and it renters faster. GOS has also limited character support. Too many languages are simply not displayed correctly (Vietnamese, Czech Slovak language).
Privacy matters
I don?t wanna to let Google spy on me even during administration. Every time site is loaded Google knows it and stores my IP address, my geographical locations and other sensible data. I think this is main reason why WP developers agreed and build Google tracking in. It can be subject of some king of compensation scheme (I don?t like this idea).
Performance counts
Too many server requests can make site slow. In core should be just necessary code and ?nice font? certainly does not fulfill this condition.
Removing Google font Open Sans speeded up my Wordpress site a little bit. It?s kind of strange, because Google has good content delivery network (CDN) but I can feel that speed of the installation went up.
In conclusion about Google fonts in WP core
I would like to close this copy with idea, that every problem has a solution. Solution of Open Sans problem in Wordpress is Disable Google Fonts plugin.
HTML:
http://www.jasom.net/how-to-disable-google-font-open-sans-in-wordpress-3-8
Check this out too:
HTML:
http://fontfeed.com/archives/google-webfonts-the-spy-inside/
HTML:
http://www.feedthebot.com/pagespeed/webfonts/nofont.html
HTML:
https://make.wordpress.org/core/2013/11/11/open-sans-bundling-vs-linking/