Firefox Won’t Display Myriad Font
My client wishes me to set the default font in CSS as Myriad, just for those who have the font installed.
I don’t seem to have any trouble getting the font to display in Safari or Chrome with the following code:
body {
font: 12px myriad, arial, sans-serif;
color: #000;
border-top: #db921a solid 15px;
position: relative;
}However in Firefox it falls back to Arial, completely ignoring Myriad.
Does anyone know why this may be? Seems to me as if there’s just something about Myriad that Firefox doesn’t like (maybe its just the font file on my computer?). I can see from checking the properties of the font file that it is listed as a ‘Font Suitcase’ file… which I’ve never heard of??
Here is a link to the build if that helps
http://tinyurl.com/6cqdr34
I imagine a font replacement service such as Typekit is the only way to go?
View full post on Tycoon Talk
Display, Firefox, Font, Myriad, Won't