#Font imports not work
41 messages · Page 1 of 1 (latest)
maybe put the font-family in quotes:
font-family: "Ansia";
If that's not it try the network tab of your dev tools to see if you're getting an error when attempting to download the .ttf file.
and the network tab?
how do I find it?
do you know how to open dev tools?
yeah
k, then go to the "Network" tab
ok, reload your page and you'll see a listing of everything the page tries to download including your font file...
ok
if you see a 404 or some other error in the satus column you have a problem...
don't record... just reload your page
ok, I don't see the ttf try scrolling up in the list
What do I do now?
can you show a screen shot of where the ttf file is listed?
I don't have your font so...
you misunderstand, I need to see the entry in your network tab where it's trying to download the ansia.ttf file... the scrrenshot you sent has it scrolled off the top of the screen...
Right ok so that's a problem... let's dig a little deeper
ok
Are you sure you're referencing your css in your html?
it's not downloading your .css either...
I think that could be the issue. It's not there😢