gpt4 book ai didi

css - 谷歌字体 : How can I prevent Internet Explorer from rendering a bold font as regular?

转载 作者:行者123 更新时间:2023-11-28 10:07:23 25 4
gpt4 key购买 nike

Google 字体很棒。但是,我似乎对 Internet Explorer 有疑问。样式为粗体的字体(例如 Arvo)不会在 Internet Explorer 中呈现为粗体。不过它在所有其他浏览器中都是如此。

我错过了什么吗?

最佳答案

如何制作一个 IE 特定的样式表并在其中声明类似的内容

* { 字体粗细:常规; }

通常不建议使用 * 选择器,因此请尽量缩小使用字体的范围。例如,也许它只是段落文本: p { font-weight: regular; },或者只是链接:a {...;} 等等。

祝你好运!

关于css - 谷歌字体 : How can I prevent Internet Explorer from rendering a bold font as regular?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4750592/

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