With the El Capitan update, I am having some design issues on my Safari websites.
Font somehow the seams are blurry. See the attached screenshot.

If you look carefully, you will see white fonts on the font.
Here is the code in my main.scss:
body {
background: $white;
font-family: "Lato", Lato, Helvetica, sans-serif;
font-weight: 300;
color:
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
Do you have an idea to solve this problem?
Thanks! Flo
source
share