Rating: 5 stars
In my own blog I removed Google Fonts manually and I will explain why people should care about never using these fonts. googleapis.com is blocked in China so no one in China can see any site using Google Fonts basically it just won’t load since the .css fonts basically come first.
This plugin saves so much time rather than manual code editing here is the manual step for example so thanks to the author!
==============
edit theme css:
Click “Appearance -> Editor -> Stylesheet”
https://yourblog.com/wp-admin/theme-editor.php?file=style.css&theme=twentysixteen
textarea {
color: #1a1a1a;
/*font-family: Merriweather, Georgia, serif;*/
font-family: “Lucida Sans Unicode”, “Lucida Grande”, sans-serif
line 210
edit wp-content/themes/twentysixteen/functions.php
//return $fonts_url;
return 0;
#another problem is that in the code this shows up still:
<link rel=’stylesheet’ id=’open-sans-css’ href=’https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=4.4.11′ type=’text/css’ media=’all’ />
edit wp-includes/script-loader.php
line 708:
$open_sans_font_url = “https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset=$subsets”;
$open_sans_font_url = “”;
Rating: 5 stars
now the default font in the back end is sans-serif. It’s fine for me as it’s not for the viewers.
]]>Rating: 5 stars
Thanks! Works with Twenty Sixteen as well.
]]>Rating: 5 stars
wow – if I want to load fonts I can do it myself – shaved a half second of load time in one stroke – thanks
]]>Rating: 5 stars
If the WP Dev Team would not be so USA centric, then they could add this to Core.
In some countries Google is completely blocked, that includes fonts.googleapis.com URLs
A simple tickbox to switch Google Fonts off altogether would be all that is needed.
Fortunately Suifeng has come up with the solution and keeps it updated!
]]>Rating: 5 stars
This open sans font was slowing down the page speed and hence my work in local development and I was going to create a plugin for it, but this plugin saved my time. Thanks.
]]>Rating: 5 stars
如果你所在地区的运营商对谷歌的IP不是很友好,这个很有用!
1.2.0支持移除WordPress4.1的默认主题twentyfifteen
中的三种谷歌字体链接。
如果你仅用WordPress默认安装环境进行开发测试,这个更有用!
]]>