Safari上的CSS Google Fonts Bolder

时间:2013-01-10 21:29:01

标签: html css fonts bold

我自己已经做了很多调查这个问题,我知道这是很多人的常见问题,但很多人通常会找到问题的解决方案,但我不能。

我目前正在使用此字体:http://fonts.googleapis.com/css?family=Questrial

它在Windows 7 Firefox,Chrome和IE上完美呈现。但是,在Safari上,字体粗细过于粗体。

见下面的比较:

Firefox vs Safari

现在这个例子是h6标签的一个主要问题:

h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-family: Questrial;
  -webkit-font-smoothing: antialiased; //This does nothing to help
  margin-bottom: 10px
}

那么有没有修复?

0 个答案:

没有答案