当我查看 ie9 的网络选项卡(在 ie7 模式下)时,我看到没有加载任何 eot 文件,但在 ie8 和 ie9 中
我怎么解决这个问题?
我在 ie6 和 ie8 的 ie7 模式下使用 Windows 7 和 ie9 他们字体加载但不是 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;
}