0

我在网上看过这个,看不出我的字体 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;
}
4

0 回答 0