禁用或替换博客google字体
方法一:在functions.php中注释掉,vim打开functions.php文件,搜索googleapis, 加//注释即可,代码如下:
方法二:使用插件function wpan_fonts() { $protocol = is_ssl() ? ‘https’ : ‘http’; //</strong>wp_register_style( ‘underthesea-portlligatsans’, “$protocol://fonts.googleapis.com/css?family=Port+Lligat+Sans” ); //</strong>wp_register_style( ‘underthesea-oswald’, “$protocol://fonts.googleapis.com/css?family=Oswald:400,700,300″ ); //</strong>wp_register_style( ‘underthesea-pacifico’, “$protocol://fonts.googleapis.com/css?family=Pacifico” ); }
使用插件Remove Open Sans font from WP core,非常给力。使用插件也有一定的好处,就是你下次更新wordpress 的时候不需要再重新更改functions.php代码。
以上两种方式均能明显改善博客打开的速度,有需要的朋友不妨试试。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 王恒's Blog!
评论