0
Using @font-face, but its not using my font..
Heres my code: <style type="text/css"> @font-face { font-family: "Aesthetic"; src: url("C:\Users\Ben Peter\Desktop\Genesis-LoFi\Webpage\arial-corsivo.ttf") format("truetype"); } .aesthetic { font-family: "Aesthetic"; } </style> im not exactly sure what im doing wrong, thanks for the help guys.
4 Respostas
+ 9
You need an online url
+ 3
Yes, you need to import an online font into your css.
+ 3
Try Google Fonts and browse their catalog.
https://fonts.google.com/about
+ 1
awesome, thanks for the help. do i need a direct link to the font download? for instance a dropbox link?