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?