被标记为:
确保文本在 webfont 加载期间保持可见 利用 font-display CSS 功能确保文本在 webfont 加载时对用户可见
我的字体声明中有 font-display: auto :
@font-face {
font-family: 'lagosregular';
src: url('../fonts/lagos-webfont.woff2') format('woff2'),
url('../fonts/lagos-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: auto;
}