html自定义字体与Firefox无法正常工作

时间:2013-03-04 21:11:14

标签: css firefox fonts

Firefox使用自定义字体显示文本,但文本无法选择。选择文本不是问题,但链接也不可点击(这是问题)。

有没有解决方案?

这是代码

@font-face {
    font-family: 'Conv_TradeGothicLTStd-BdCn20';
    src: url('fonts/TradeGothicLTStd-BdCn20.eot');
    src: local(Conv_TradeGothicLTStd-BdCn20), url('fonts/TradeGothicLTStd-BdCn20.woff') format('woff'), url('fonts/TradeGothicLTStd-BdCn20.ttf') format('truetype'), url('fonts/TradeGothicLTStd-BdCn20.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_AvenirLight';
    src: url('fonts/AvenirLight.eot');
    src: local(Conv_AvenirLight), url('fonts/AvenirLight.woff') format('woff'), url('fonts/AvenirLight.ttf') format('truetype'), url('fonts/AvenirLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.divclass{font-family: Conv_AvenirLight;}

第一种字体非常完美。 但第二种字体是问题。

我用这个网站编辑了我的字体 - font2web 从他们那里得到了上面的代码

Firefox版本19.0

0 个答案:

没有答案