Css – font is STUCK in times new roman in ie

cross-browsercssfonts

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?

Best Answer

Check for the setting to have the fonts and colors you specify in Internet Explorer to be used for all websites, regardless of the fonts that have been set by the website designer.

In IE, click the Tools / Internet Options.

  • On the GENERAL tab, click the ACCESSIBILITY button
  • Are Ignore font styles specified on webpages, and Ignore font sizes specified on webpages check boxes checked?

This can be set on an individual computer or a domain level setting pushed out by administrators as a GPO. It will then behave the same way no matter what computer you test on.