I'm experiencing issues with importing a CSS font, and I'm puzzled as to why it's not working.
The specific font in question is 'deadjim.ttf' and it is located within my main public_html directory. I have confirmed that the file path is correct, as attempting to visit the path leads to downloading the file.
@font-face {
font-family: 'deadjim';
src: url('http://url.com/deadjim.ttf'); /*URL to font*/
}
Although I attempted to clear my cache, this did not resolve the problem. Interestingly, it seems to be functional on Safari, but unfortunately, I do not have access to a Mac for further verification.