为什么某些@ font-face在IE中不起作用

时间:2013-08-02 09:17:06

标签: css css3

有没有理由说明最后两种字体在IE中不起作用。他们都使用chrome和FF。 IE中的前2个工作。是什么原因造成的?

@font-face {
    font-family: "Bebasneue";
    src: url('bebasneue.eot?') format('eot'), url('bebasneue.woff') format('woff'), url('bebasneue.ttf') format('truetype');
}
@font-face {
    font-family: "corbel";
    src: url('corbel.eot?') format('eot'), url('corbel.woff') format('woff'), url('corbel.ttf') format('truetype');
}
@font-face {
    font-family: "LeagueGothic";
    src: url('LeagueGothic-Regular.eot?') format('eot'), url('LeagueGothic-Regular.woff') format('woff'), url('LeagueGothic-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Lobster';
    src: url('Lobster_1.eot?') format('eot'), url('Lobster_1.woff') format('woff'), url('Lobster_1.ttf') format('truetype');
}

1 个答案:

答案 0 :(得分:0)

我会尝试通过下面链接的font-squirrel font-face生成器运行所有字体:

这对于生成跨浏览器的CSS并修复讨厌的IE问题非常有用!

Font squirrel font face generator