当我查看ie9的网络选项卡(在ie7模式下)然后我看到没有加载eot文件,但在ie8和ie9
我该如何解决这个问题?
我在ie7模式下使用windows 7和ie9 在ie6和ie8中,它们是字体加载而不是ie7
我使用了fontsquirrel.com的css代码
@font-face {
font-family: 'SansumiExtraBoldRegular';
src: url('../fonts/Sansumi-ExtraBold-webfont.eot');
src: url('../fonts/Sansumi-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Sansumi-ExtraBold-webfont.woff') format('woff'),
url('../fonts/Sansumi-ExtraBold-webfont.ttf') format('truetype'),
url('../fonts/Sansumi-ExtraBold-webfont.svg#SansumiExtraBoldRegular') format('svg');
font-weight: normal;
font-style: normal;
}