I can't import text- help!!!

I want to import a font to the stylesheet so I can use it throughout my project but it dosn’t work and I’m not sure why. Adding it like this also just sort of makes the rest of my stylesheet not work anymore, making the background go back to default? The only way for me to use the font has been to manually import it into every passage I want to use it, which is very unfortunate cause it’s almost all of them. I’m probably misunderstanding how the stylesheet works but I tried looking up how to import fonts and nothing online really helped so can someone tell me what I’m doing wrong and how to make the font usable in every passage? Ty

Remove the <style> and </style> tags. They aren’t necessary.

Edit: To use this font, the font-family should be calling font-family: "Grenze Gotisch", serif;. The way you have it written, the browser will attempt to display the text in Monaco first, then Helvetica, and only if those two fonts are unavailable will the browser display it in Grenze Gotisch.

2 Likes