I\'m trying to get Internet Explorer to render my pretty fonts. It\'s not working. They work fine in Firefox and I can see in my Apache access logs that IE has pulled the fo
Remember that: .eot fonts must be the last one "src". If not, IE will rewrite the config and crash the font.
@font-face { font-family: "Aller Bold"; src: url(fonts/Aller_Bd.ttf) format("truetype"); src: url(fonts/Aller_Bd.eot); }