0

How to add font in html?

I want to know how to add font in html?

30th Mar 2020, 5:45 AM
Manav Deep
1 Réponse
+ 2
To use the font for an HTML element, refer to the name of the font (myFirstFont) through the font-family property: Example @font-face {   font-family: myFirstFont;   }
30th Mar 2020, 5:49 AM
Asmit joy
Asmit joy - avatar