Quonit
New Coder
I am making a new webpage for my website on neocities: (FRIDAY NIGHT JAMMIN'). On it, I want a few places to use a specific font that looks like the game the webpage is about. I used this tutorial: How To Load and Use Custom Fonts with CSS | DigitalOcean
1. I use the website they told me to use to get the files I needed
2. I put them on my website in an FNF folder
3. I put them in my CSS file called FNF Page/fnf_stylesheet.css like this:

I don't actually have a ttf or eot, but I put fake urls for them there anyways because I was just trying to follow what the website said.
4. I linked them to my html file like this

5. Everything in the CSS loads onto the webpage, except for my font.
6. I woke up the next morning to find out my font had worked
but I needed to do some style edits to make it look like how I wanted it to.
7. The font no longer works, instead replacing the parts where the font should be with a default.

I'm not sure why my font isn't leading, but I'd really like it to, and I know that it worked once already so I just need to know what I messed up.
1. I use the website they told me to use to get the files I needed
2. I put them on my website in an FNF folder
3. I put them in my CSS file called FNF Page/fnf_stylesheet.css like this:

I don't actually have a ttf or eot, but I put fake urls for them there anyways because I was just trying to follow what the website said.
4. I linked them to my html file like this

5. Everything in the CSS loads onto the webpage, except for my font.
6. I woke up the next morning to find out my font had worked

but I needed to do some style edits to make it look like how I wanted it to.
7. The font no longer works, instead replacing the parts where the font should be with a default.

I'm not sure why my font isn't leading, but I'd really like it to, and I know that it worked once already so I just need to know what I messed up.