Reputation: 11
i got a strange font rendering issue on my current project. As you can see in the attached jpgs, the font weight is slightly different on different subpages. This happen only in safari on mac os. >> Same Browser(!) but different font rendering.
The only difference between the two pages is a class, witch got a css pseudo-element (no different font or text properties, just a border.)
Has andybody some advice for me?
Upvotes: 0
Views: 790
Reputation: 11
This, applied to the body, fixed it in my case:
-webkit-font-smoothing: antialiased;
Thank you anyway!
Upvotes: 1