自定义字体在Safari中很奇怪

时间:2014-11-13 04:26:42

标签: css wordpress browser safari custom-font

我在我的网站上有一个自定义字体,它似乎是无缘无故的粗体。请注意:在Mac上访问Safari上的网站。 http://lukaszw.siteground.net/lbp/滚动“关于我们”链接,字体看起来像是从粗体变为正常。知道为什么会这样吗?以及任何使字体成为“正常”外观的方法。

1 个答案:

答案 0 :(得分:0)

body {
  padding-top: 80px;
  color: #34495e;
  background: #f5f5f5;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}


a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  font-weight:bold;/*should fix this*/
}