safari css粗体字体太粗体

发布于 2025-01-01 18:40:59 字数 259 浏览 0 评论 0原文

第一行字体在 Safari 中呈现, 第二行字体在其他浏览器中呈现。

我认为这是 safari 中粗体字体渲染的常见问题。但有任何机构可以解决这个问题吗? safari 浏览器中的字体太粗,导致不那么漂亮。我尝试设置 font-weight:normal ,然后所有浏览器呈现相同的效果。但有些字体需要加粗。谢谢你的帮助。

safari/chrome,FF,IE 粗体

the first line of font is rendered in Safari,
and the second line of font is rendered in other browsers.

I think it is a common issue with the bold font rendering in safari. but does any body have a solution to this issue. the font is too bold in safari browser which makes it not so pretty. I try to set the font-weight:normal, then all browser renders the same. but some fonts need to be bold. thanks for help.

safari/chrome,FF,IE bold font

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

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

发布评论

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

评论(3

自在安然 2025-01-08 18:40:59

从技术上讲,您对此无能为力。 这是一篇关于糟糕的 Safari 主题的文章字体平滑

不过有一些解决方法

There is technically nothing you can do about this. Here's an article on the topic of crappy Safari font smoothing

There are workarounds though

这样的小城市 2025-01-08 18:40:59

在您的 global.scss 文件中

* {
  font-synthesis: none !important;
}

回答 reddit 帖子

In your global.scss file

* {
  font-synthesis: none !important;
}

Answer reddit post

儭儭莪哋寶赑 2025-01-08 18:40:59

您尝试过吗:

-webkit-font-smoothing: antialiased;

这刚刚为我解决了同样的问题。

Have you tried:

-webkit-font-smoothing: antialiased;

This just solved the same issue for me.

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