I cant get my custom fonts to work in IE7 and IE8:
It works fine in IE9, Firefox and Chrome...
For Firefox and Chrome the fonts are in TTF And for IE, it's in EOT
However, it only works in IE9 :(
Try this css formatting instead:
@font-face {
font-family: 'fontName';
src: url('/path/to/font.eot?') format('eot'),
url('/path/to/font.otf') format('otf'),
url('/path/to/font.ttf') format('truetype');
}
This is what I use (sans the otf, woff & svg instead). and I have never had any of the IE's not render the font.