@face-font issue with Firefox
Hello! I've been a Firefox user for quite some time now, thank you! Currently, I'm working on a new website for my business and have a custom font that I'm trying to get … (Lesen Sie mehr)
Hello!
I've been a Firefox user for quite some time now, thank you!
Currently, I'm working on a new website for my business and have a custom font that I'm trying to get compatible across all browsers. For some reason, I can't seem to get the right CSS to have it work on my Firefox browser, despite the trusty Internet assuring me it should be otherwise!
This is the CSS I'm using at the moment:
@font-face {
font-family: 'Santana'; src: url('santana.woff2') format('woff2'), url('santana.woff') format('woff'), url('santana.ttf') format('truetype');
}
I'm wondering how I might go about circumventing this issue so that the Santana script also shows on Firefox browsers.
Thank you!
Best, Rivka