@ Font-Face Internet Explorer - Firefox同域

时间:2012-05-22 11:35:23

标签: font-face

我尝试了一切,但我无法工作。

这是我的@ font-face代码的一部分:

@font-face {
font-family: 'font';
src: url('font-regular-webfont.eot');
src: url('font-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('font-regular-webfont.woff') format('woff'),
url('font-regular-webfont.ttf') format('truetype'),
url('font-regular-webfont.otf') format('opentype'),
url('font-regular-webfont.svg#font') format('svg');
font-weight: normal;
font-style: normal;
}

适用于Chrome和Safari,但在IE和Firefox中无效。字体和CSS在同一个域中,我总是使用相对路径。

1 个答案:

答案 0 :(得分:1)

确保IIS服务器环境中包含所有字体格式。 IIS默认情况下不包括.woff。确认EOT,TTF和SVG也在那里。