0

我自己对这个问题进行了很多研究,我知道这是很多人的常见问题,但很多人通常会找到解决问题的方法,但我做不到。

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

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

请参阅下面的比较:

火狐与 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
}

那么甚至有解决办法吗?

4

0 回答 0