Posts: 876
Name: Matt Pealing
Location: England, north west
|
Okay I know this is going to seem like a stupid question seeing as Myriad is not a web safe 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:
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?
Last edited by pealo86; 09-19-2011 at 04:56 AM..
|