我正在使用 Angular 4 和机器人字体。当我在浏览器中加载我的页面下载字体时。如何停止下载字体?下面是我的CSS。
main.css
@import '../node_modules/roboto-fontface/css/roboto/roboto-fontface.css';
body {
font-family: Roboto,Arial, sans-serif;
}
在浏览器中,字体从下面的 url 加载
http://localhost:4300/app/Roboto-Medium.2741a14e49524efa6059.woff2
请帮我