欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

確保在webfont加載引導(dǎo)圖形期間文本保持可見

張吉惟2年前9瀏覽0評論

無論我做什么,我都無法解決這個(gè)問題。谷歌頁面速度仍然顯示相同的信息。

我試過許多不同的代碼,我認(rèn)為這是正確的。 如果有人能告訴我我錯(cuò)過了什么,我會很感激。

<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>

enter image description here

Bootstrap v3.3.4:我在本地使用半身人字體,并且剛剛添加了& quot字體-顯示:交換;"到bootstrap.min.css中相應(yīng)的@font-face指令。

@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');font-display:swap;}

之后Google Pagespeed再也不抱怨了。