字体不适用于IE或Firefox

时间:2013-06-18 10:48:39

标签: css firefox

我正在尝试让字体在所有浏览器中运行,而我正在使用现有代码,因为这是其他人的项目。我不知道它们之前是否有效,但字体的css写为:

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

这在chrome中表现不错但在firefox / IE中没有运气。

编辑:字体在上传到服务器时有效,但在localhost上运行不会让我看到字体!

0 个答案:

没有答案