I am using angular 4 and roboto-fontface. When I load my page downloading fonts in browser. How can I stop downloading the fonts ? Below is my css.
main.css
@import '../node_modules/roboto-fontface/css/roboto/roboto-fontface.css';
body {
font-family: Roboto,Arial, sans-serif;
}
In browser fonts are loading from below url
http://localhost:4300/app/Roboto-Medium.2741a14e49524efa6059.woff2
Please help me