无论我做了什么,我都无法解决这个问题。Google Pagespeed仍然显示相同的消息。
我已经尝试了许多不同的代码,我认为这是正确的。如果有人能告诉我我错过了什么,我会很感激。
<link rel="preload" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2" as="font" type="font/woff2" crossorigin>
<style>
@font-face {
font-display: swap;
font-family: 'Glyphicons Halflings';
src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2');
}
</style>
1条答案
按热度按时间x8diyxa71#
Bootstrap v3.3.4:我在本地使用Halflings字体,并添加了“font-display:swap;“添加到bootstrap.min.css中相应的@font-face指令。
在那之后,Google Pagespeed不再抱怨。