+ 1
How we can import font style ?
And what is best option to import font style??
2 Answers
+ 13
@font-face {
   font-family:myFont;
   src:url(font.woff);
}
/* .ttf ... */
+ 2
You can also try in this way!!
https://code.sololearn.com/W6Ie4VNtg4X6/?ref=app