PageSpeed Insights icomoon字体推荐
PageSpeed Insights icomoon font recommendation
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fsharktoy.dev.cooa.la%2Fhome%2Fen%2F_all123&tab=mobile 建议对 icomoon.ttf 使用 link rel。但我不能只添加 link rel="preload" 因为它通过导入指令包含在另一个 css 文件中。
添加 font-display: swap; 也没有帮助(如 https://invisioncommunity.com/forums/topic/447420-font-icomoon-delay/ 中所述)。
您可以从 css 中删除对字体 link 的引用
资源并直接从您的 html 文件中调用,就像这样
< link rel="preload" href="http://www.pagespeedinsights.org/theme/css/normalize.css" as="style">
或
从 css 中完全删除 tiff 引用,因为 .woff 字体格式是
足够了,并且得到了所有现代浏览器的支持。
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fsharktoy.dev.cooa.la%2Fhome%2Fen%2F_all123&tab=mobile 建议对 icomoon.ttf 使用 link rel。但我不能只添加 link rel="preload" 因为它通过导入指令包含在另一个 css 文件中。
添加 font-display: swap; 也没有帮助(如 https://invisioncommunity.com/forums/topic/447420-font-icomoon-delay/ 中所述)。
您可以从 css 中删除对字体 link 的引用 资源并直接从您的 html 文件中调用,就像这样
< link rel="preload" href="http://www.pagespeedinsights.org/theme/css/normalize.css" as="style"> 或
从 css 中完全删除 tiff 引用,因为 .woff 字体格式是 足够了,并且得到了所有现代浏览器的支持。