0

私はこれをオンラインで見て、私の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;
}
4

0 に答える 0