【发布时间】:2018-06-22 04:04:29
【问题描述】:
我有一个 joomla 网站,我尝试在某些课程中使用来自 google 的字体“Montserrat”。
字体在 chrome 和 I.E. 上看起来不错,但在 Firefox 上看起来更粗或更粗。
我尝试过的css
p
{
font-weight: normal;
}
p
{
font-weight: 400;
}
我在网上找到了一千个主题,没有解决方案。
【问题讨论】:
-
您尝试过这个问题中的建议吗? stackoverflow.com/questions/5082632/…
-
是的。不工作。
标签: css firefox fonts google-webfonts