+ 1
How can i import diferent fonts to my Page?
With the comand font-family i can change the font, but how can i know the names of diferent fonts? Or how can i import new ones?
2 Answers
+ 3
Go here https://fonts.google.com
Choose a font, then press the + button. You will get a notification at the bottom of the screen, click on it. You will have a list of instruction on how to add the font to your web page and how to specify in CSS.
+ 1
Great! Thx!