Firefox 3.6 for Mac 字体问题(选择错误的字体)

发布于 2024-09-25 20:34:49 字数 443 浏览 5 评论 0原文

我在 Mac 上使用 Firefox 3.6 时遇到以下问题。 Windows 和旧版本的 FF 可以完美运行。

正文是这样定义的:

body {color:#000;font:normal 12px/16px "Cambria", Times, Times New Roman, Georgia, serif;background:#fff}

但是我的 h1、h2 和其他一些标签(有时列表项的字体是正确的,有时不是)采用 Verdana(错误应该是 Camrbia)字体...我不知道为什么...标准 FF 字体是 Times...我的其他文本采用正确的 Cambria 字体。

即使当我删除样式表时,相同的标签也有错误的字体,它们应该是 Times,但它们是 Verdana ->很奇怪不是吗?

PS:很抱歉,我无法发布整个样式表......

I have the following problem with Firefox 3.6 on Mac. Windows and older versions of FF work perfect.

The body is defined like this:

body {color:#000;font:normal 12px/16px "Cambria", Times, Times New Roman, Georgia, serif;background:#fff}

But my h1, h2 and some other tags (sometimes a list item is in the right font, sometimes it isn't) are in Verdana (wrong should be Camrbia) font... I don't know why... The standard FF font is Times... My other texts are in the right Cambria font.

Even when I remove the stylesheet the same tags have the wrong font, they should be Times but they are Verdana -> Very strange no?

PS: I'm sorry but I can't post the whole stylesheet...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ι不睡觉的鱼゛ 2024-10-02 20:34:49

您还必须在 h1、h2 等标签上设置字体系列。另外,如果字体名称包含更多单词,您还必须在引号中写入字体系列:

h1 {font-family:Cambria, Times, "Times New Roman", Georgia, serif;}

我建议您为 firefox 安装 Firebug 插件,并查看哪些样式应用于您的标签。还要检查标头中是否没有加载其他样式表。

You have to set font families on h1, h2, etc. tags too. Also you have to write font-families in quotes if the font name consists of more words:

h1 {font-family:Cambria, Times, "Times New Roman", Georgia, serif;}

I suggest you to install Firebug plugin for firefox and see which styles are being applied to your tags. Also check if there is not another stylesheet that is being loaded in the header.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文