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