字体不适用于IE8 Down

时间:2013-08-16 10:38:06

标签: css internet-explorer-8 font-face

我在网上看了这个,看不出我的font-face css有什么问题,但是它不能用于IE 8及更低版本,所以很想知道是否有人知道如何解决这个问题或者是否有什么他们看到我做错了。

CSS

@font-face {
font-family: 'Univers-CondensedBold';
src: url('univers-condensedbold.eot');
src: url('univers-condensedbold.eot?#iefix') format('embedded-opentype'),
     url('univers-condensedbold.woff') format('woff'),
     url('univers-condensedbold.ttf') format('truetype'),
     url('univers-condensedbold.svg#univers-condensedbold') format('svg');
font-weight: normal;
font-style: normal;
font-smooth: always;
}
@font-face {
font-family: 'Univers-Light';
src: url('univers-light.eot');
src: url('univers-light.eot?#iefix') format('embedded-opentype'),
     url('univers-light.woff') format('woff'),
     url('univers-light.ttf') format('truetype'),
     url('univers-light.svg#univers-light') format('svg');
font-weight: normal;
font-style: normal;
font-smooth: always;
}

0 个答案:

没有答案