+ 1

Fonts?

how i can add font to an html code and where to get the fonts.

5th Feb 2018, 12:58 PM
_Hama_
_Hama_ - avatar
2 Answers
+ 1
Use google fonts ,copy the link tag Pasted on the head section of you html before you css link
5th Feb 2018, 2:30 PM
Ismael Garcia
Ismael Garcia - avatar
+ 9
Write "html fonts" on google to get a list with some of them. to import do something like this: @font-face { font-family:Rune; src:url("https://dl.dropboxusercontent.com/s/ntdxeu0gelk9cz3/rune.ttf?dl=1&raw=1"); }
5th Feb 2018, 1:29 PM
Valen.H. ~
Valen.H. ~ - avatar