I'm trying to add a different font to my website and I'm having some issues. I have checked a few stackoverflow questions, but none of them seems to fix my problem:/ I'm using this code here:
@font-face {
font-family: "Hand";
src: url(ownhand.ttf) format("truetype");
}
And it works perfectly in local, but for some reason when I upload the file to my domain it turns out to appear as times new roman again. Any ideas on why is that happening? Could it be a protection problem??
Thank you very much!