gpt4 book ai didi

css - Firefox 上的 Google 网络字体 Montserrat 问题 - 粗体

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

我有一个 joomla 网站,我尝试在某些类(class)中使用来自 google 的字体“Montserrat”。

该字体在 chrome 和 IE 上看起来不错,但在 firefox 上看起来更粗或更粗。

我试过的css

p
{
font-weight: normal;
}

p
{
font-weight: 400;
}

网上找了一千个题目,没有解决办法。

最佳答案

试试这个也许有帮助:

html {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
body {
font-weight: 500;
}


/* and browser specific rule at the bottom */
@-moz-document url-prefix() {
body {
font-weight: lighter !important;
}
}

关于css - Firefox 上的 Google 网络字体 Montserrat 问题 - 粗体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48230561/

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