Can anyone help me troubleshoot a font issue on my website? I've added the following code to the CSS file, and it's working fine in Safari, but not in Firefox. I'm new to coding, so please bear with me if this seems like a basic question. I've been trying to fix it for the past 3 hours.
@font-face { font-family: handwriting; src: url(http://example.com/handwriting.ttf); }
Your assistance would be greatly appreciated. Thank you!