gpt4 book ai didi

css - @font-face 不适用于 Firefox,但适用于 Chrome

转载 作者:行者123 更新时间:2023-11-28 11:48:03 26 4
gpt4 key购买 nike

字体过去可以工作,今天他们停止工作 w/o 任何 CSS 更改。我可以从 firebug 网络面板看到 .woff 被下载(奇怪的是两次,第一个 DL 只是一个永远滚动的圆圈并且没有完成)。在 FF9/10 上测试。这是我的 CSS:

@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 中工作的地方。什么可能导致冲突?

最佳答案

@font-face {
font-family: 'BebasNeueRegular';

font-family: "bebasNeueRegular"

不一样。注意拼写错误,字体系列可能区分大小写。

关于css - @font-face 不适用于 Firefox,但适用于 Chrome,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8940965/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com