I am building a page, and when it is viewed in IE (all versions) the entire text is stuck on times new roman. Here is my CSS:
body{
color:#222222;
margin:0 auto;
background-color:#000;
font-family: "Tw Cen MT","Gill Sans","Century Gothic";
}
In Safari and Firefox, the Tw Cen MT is displayed great, but in IE Times New roman is displayed. Any way I can fix that?
You could try removing the apostrophes. Also make sure the font name is written exactly as you see it in the fonts folder.But anyway, it is not a good idea to deviate from the standard fonts. It will not display on other people’s computers who do not have the font installed, and fall back to Times New Roman.
The best way is to put headings and small paragraphs into graphics, preferably as GIF or PNG.
The only halfway robust way to have at least parts of your content rendered in your own font is siFR.