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