在谷歌Chrome控制台上获得Slow network is detected. Fallback font will be used while loading:
答案 0 :(得分:0)
删除所有unicode范围:U + 0100-024F,U + 0259,U + 1E00-1EFF,U + 20A0-20AB,U + 20AD-20CF,U + 2C60-2C7F,U + A720 -A7FF; 强>
答案 1 :(得分:0)
只需在所有字体定义上添加 font-display:block;
。
@font-face {
font-family: ExampleFont;
src: url(/path/to/fonts/examplefont.woff) format('woff'),
url(/path/to/fonts/examplefont.eot) format('eot');
font-weight: 400;
font-style: normal;
font-display: block;
}