這些字體用於工作,但他們現在停止工作而沒有任何CSS更改。我可以從螢火蟲網絡面板看到.woff被下載(奇怪地兩次,第一次DL只是一個永遠滾動的圓圈,並沒有完成)。測試FF9/10。這裏是我的CSS:@ font-face在Firefox中不起作用,但在Chrome中工作
@font-face {
font-family: 'BebasNeueRegular';
src: url('../fonts/BebasNeue-webfont.eot');
src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/BebasNeue-webfont.woff') format('woff'),
url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
font-weight: normal;
font-style: normal;
}
a.css3button, button, input[type="submit"], input[type="reset"], input[type="button"] {
..
font-family: "bebasNeueRegular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
..
}
從我得到它:http://dev.florianweber.me/bf3buttons/# - 在它在我的Firefox的工作。什麼可能導致衝突?
請修剪您的代碼以僅包含重現您的問題的絕對必要條件。 – kba
我展示了一切,因爲如果我知道原因是什麼的話,我可能已經自己修好了。 – red
嘗試在Font Squirrel上生成 - http://www.fontsquirrel.com/fontface/generator。 –