自从El Capitan更新以来,我在Safari的网站上遇到了一些样式问题。
如果你仔细观察,你会在字体上看到白线。
以下是我的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