我正在尝试使用字体Bebas Neue。它适用于Chrome,Firefox,Safari,但不适用于IE8。我不明白为什么。
我从FontSquirrel here中提取了生成的zip文件。我没有做任何改变。有什么想法吗?
所有4种不同的字体文件都在那里(eot,woff,ttf和svg)。
CSS
@font-face {
font-family: 'bebas_neueregular';
src: url('bebasneue-webfont.eot');
src: url('bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
url('bebasneue-webfont.woff') format('woff'),
url('bebasneue-webfont.ttf') format('truetype'),
url('bebasneue-webfont.svg#bebas_neueregular') format('svg');
font-weight: normal;
font-style: normal;
}