我绝对不知道如何在IE10上显示clarendon和kievit字体。当我刷新网页时,它以clarendon字体开始,然后转向另一个..
这是我的代码中@ font-face:
的一部分@font-face {
font-family: 'clarendonregular';
src: url('fonts/clarendo-webfont.eot');
src: url('fonts/clarendo-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/clarendo-webfont.woff') format('woff'),
url('fonts/clarendo-webfont.ttf') format('truetype'),
url('fonts/clarendo-webfont.svg#clarendonregular') format('svg');
font-weight: normal;
font-style: normal;
}