我已经在chrome上使用LightHouse测试了我的代码,但无法解决错误-
Ensure text remains visible during webfont load.
Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading.
我已经在style.css,assets中的style.scss,index.html和angular7模板中组件的每个.css文件中介绍了此CSS代码。
我的CSS代码是-
@font-face {
font-family: "Open Sans Regular";
font-style: normal;
src: url("../font/opensans-regular-webfont.woff2") format("woff2");
font-weight: 400;
font-display: swap;
}
我在哪里放css,我都无法解决错误。