Good day all!
So I have spent the last 4 hours trying to get this Harry Potter font to work in codepen. Please let me know what I am doing wrong.
@font-face {
font-family: ‘Harry Potter’;
src: url(‘http://www.fontsaddict.com/fontface/harry-potter.TTF’);
}
The site states this above the code:
"Below is the font-face css code for Harry Potter font to add to your website’s css file.
You may use our server to host the font file for free, to enable this you MUST link back to fontsaddict.com from your website.
Websites without a link back will be blocked from our server. If the font file isnt loading on your website, your domain has been blocked, please contact us to unblock it."
Any info you could provide would be greatly appreciated.
Thanks!