Firefox mac 中深色背景上的字体平滑效果不佳(CSS)

发布于 2024-11-28 03:17:21 字数 526 浏览 1 评论 0原文

我设计了一个网站,它有深色背景。我在我的页面中使用 Helvetica Neue、Arial 和 Quattrocento(来自 google webfonts)。 Mac 和 Win 中的所有浏览器(甚至 IE8)中一切都很好,但是当谈到 Firefox Mac 时,它似乎不明白如何在深色背景上渲染白色文本,而且我的所有字体看起来更粗更丑。

良好的字体 (Chrome Mac):http://p5x.co/1232

不良字体 (Firefox Mac):http://p5x.co/1233

我什至在CSS中将其添加到我的正文中:

-webkit-font-smoothing:antialiased;
text-shadow:rgba(255,255,255,.01) 0 -1px 1px;

任何人都可以帮助我吗? 谢谢

I have designed a website and it has dark background. Im using Helvetica Neue, Arial and Quattrocento (From google webfonts) in my pages. Everything is fine in all browsers in Mac and Win (even IE8) But when it comes to Firefox Mac, it just doesn't seem to understand how to render white text on dark background and all of my fonts look bolder and uglier.

Good Fonts (Chrome Mac): http://p5x.co/1232

Bad Fonts (Firefox Mac): http://p5x.co/1233

I even added this to my body in css:

-webkit-font-smoothing:antialiased;
text-shadow:rgba(255,255,255,.01) 0 -1px 1px;

Can anyone help me with this?
Thanks

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

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

发布评论

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

评论(1

苍风燃霜 2024-12-05 03:17:21

这是浏览器呈现字体的能力的限制。谷歌网络字体文档甚至承认了这一点。

您可能需要考虑 TypekitCufon 作为替代方案,尽管它就是这样。想象一下使用这样的浏览器的人已经习惯了随处可见的质量,因此您的网站可能不会成为桶中的害群之马。

This is a limitation of the browser's ability to render the typeface. Google webfonts documentation even acknowledges this.

You may want to consider Typekit or Cufon as an alternative, though it is what it is. Figure people who use a browser like that are used to seeing that quality everywhere so your site likely won't be the bad apple in the barrel.

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