I have a problem with @ font-face. It really works flawlessly in Safari, Internet Explorer 7+, and Firefox for windows, but not at all on firefox for mac.
I use the code from the article with bulletproof font @ font-face
Here is my code:
@font-face { font-family: "QlassikMediumRegular"; src: url("../fonts/Qlassik_TB.eot"); src: local("Qlassik Medium Regular"), local("QlassikMedium"), url("../fonts/Qlassik_TB.ttf") format("truetype") } @font-face { font-family: "QlassikBoldRegular"; src: url("../fonts/QlassikBold_TB.eot"); src: local("Qlassik Bold Regular"), local("QlassikBold"), url("../fonts/QlassikBold_TB.ttf") format("truetype") }
Here is the link to my site: link text
firefox font-face macos
user127181
source share