由于众所周知的原因,只需替换一个域名就可以继续使用Google提供的免费字体库了。本方法用360网站卫士提供的公共库替代。
1.打开wp-includes/script-loader.php文件,搜索:fonts.googleapis.com,找到代码:
$open_sans_font_url = "//fonts.googleapis.com/css?
把fonts.googleapis.com替换为fonts.useso.com。
2.主题中的functions.php文件,搜索:fonts.googleapis.com,找到字体代码,并替换:
$font_url
= add_query_arg( $query_args, "$protocol://fonts.useso.com/css"
);
没有评论:
发表评论