【发布时间】:2017-11-10 17:51:24
【问题描述】:
所以我在 Wordpress 中构建了一个网站,我幻灯片上的字体在 Safari(我喜欢)中看起来非常粗体,而在 Firefox 和 Chrome 中看起来更薄。谁能帮我解决这个问题?我使用的是谷歌字体 Raleway(粗体)。
该页面的链接在这里: http://ardxmteam.com/ari/
【问题讨论】:
标签: css wordpress firefox fonts
所以我在 Wordpress 中构建了一个网站,我幻灯片上的字体在 Safari(我喜欢)中看起来非常粗体,而在 Firefox 和 Chrome 中看起来更薄。谁能帮我解决这个问题?我使用的是谷歌字体 Raleway(粗体)。
该页面的链接在这里: http://ardxmteam.com/ari/
【问题讨论】:
标签: css wordpress firefox fonts
在容器或该文本的链接上放置一个类(比如说 slidertext),然后添加这个小 CSS:
.slidertext{
font-weight:bold !important;
}
【讨论】: