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.

15th Oct 2019, 5:49 PM
SEGA
SEGA - avatar
4 Respostas
+ 9
You need an online url
15th Oct 2019, 8:14 PM
Kevin ★
+ 3
Yes, you need to import an online font into your css.
15th Oct 2019, 11:36 PM
Xyenia 🦉
Xyenia 🦉 - avatar
+ 3
Try Google Fonts and browse their catalog. https://fonts.google.com/about
16th Oct 2019, 5:09 PM
Xyenia 🦉
Xyenia 🦉 - avatar
+ 1
awesome, thanks for the help. do i need a direct link to the font download? for instance a dropbox link?
16th Oct 2019, 3:59 PM
SEGA
SEGA - avatar