自El Capitan更新以来Safari上的字体样式

时间:2015-10-16 11:24:24

标签: css fonts safari webkit google-font-api

自从El Capitan更新以来,我在Safari的网站上遇到了一些样式问题。

字体以某种方式接缝模糊。请参阅随附的屏幕截图。 Screenshot

如果你仔细观察,你会在字体上看到白线。

以下是我的main.scss中的代码:

body {
background: $white;
font-family: "Lato", Lato, Helvetica, sans-serif;
font-weight: 300;
color: #333;
// font-style: normal;
// font-weight: normal;
// font-variant: normal;
// text-transform: none;
// line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;   }

你知道如何解决这个问题吗?

谢谢! FLO

0 个答案:

没有答案