我目前正在使用Zeen主题和其他几个插件。我已经检查了插件的所有设置,并禁用了所有关于谷歌字体的声音。
现在,我的主题通过CSS加载字体,但是GTMetrix 站点负载超过10。woff字体来自字体。G静态。com。
目前,我正在通过这个JS脚本延迟字体的加载
<script type="text/javascript">
WebFontConfig = {
google: { families: [ \'Playfair+Display:700,italic,400|Open+Sans:400,700|Montserrat:400,700\' ] }
};
(function() {
var wf = document.createElement(\'script\');
wf.src = \'https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js\';
wf.type = \'text/javascript\';
wf.async = \'true\';
var s = document.getElementsByTagName(\'script\')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
有没有办法找出哪个插件正在加载字体或PHP函数以插入函数中。php阻止从字体加载字体。G静态。com?