custom fonts, eot, not working
问题 I cant get my custom fonts to work in IE7 and IE8: http://i-creative.dk/iJob/ 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 :( 回答1: 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