+ 1
Fonts?
how i can add font to an html code and where to get the fonts.
2 Answers
+ 1
Use google fonts ,copy the link tag
Pasted on the head section of you html before you css link
+ 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");
}