网上有很多去除google字体的方法,我也找了很多,可惜有的去除方法,只能是对某些主题有作用,对另外一些主题就没作用了。其实去除google字体也可以很简单。

在Wordpress后台,进入安装插件,搜索 Remove Google Fonts References 既可去除前台的google字体。

这个方法对the7 wordpress主题也有效。

替换google字体库和公共库为360前端公共库的插件是:Useso take over Google

替换google字体库和公共库

 

另外介绍下,the7 主题如何添加微软雅黑等字体。分以下几个步骤:

1、修改模板目录中的incextensionsoptions-frameworkoptions-custom.php文件,添加

‘Microsoft YaHei’ => ‘Microsoft YaHei’,

‘微软雅黑’ => ‘微软雅黑’,

这2行,也可以添加其他字体。如下:

function optionsframework_get_web_fonts_defaults() {
$web_fonts_list = array (
‘ABeeZee’ => ‘ABeeZee’,
‘ABeeZee:400italic’ => ‘ABeeZee  italic’,
‘Abel’ => ‘Abel’,
‘Abril Fatface’ => ‘Abril Fatface’,
‘Abril Fatface&subset=latin-ext’ => ‘Abril Fatface latin-ext’,
‘Aclonica’ => ‘Aclonica’,
‘Acme’ => ‘Acme’,
‘Actor’ => ‘Actor’,

****

‘Yeseva One&subset=cyrillic’ => ‘Yeseva One cyrillic’,
‘Yesteryear’ => ‘Yesteryear’,
‘Zeyada’ => ‘Zeyada’,
‘Microsoft YaHei’ => ‘Microsoft YaHei’,
‘微软雅黑’ => ‘微软雅黑’,
);
return apply_filters( ‘optionsframework_get_web_fonts_defaults’, $web_fonts_list );
}

2、在wordpress后台修改the7主题下的“字体”、“按钮”,选择刚才添加的字体,保存即可。如下图。

yahei-fonts

 

原创文章,转账请注明:转自http://www.bcvps.com/archives/12765

标签:

发表评论

您的电子邮箱地址不会被公开。