68bydesign
68bydesign

Reputation: 11

Font rendering Issue - weight in safari in mac os

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.)

Screenshot

Has andybody some advice for me?

Upvotes: 0

Views: 790

Answers (1)

68bydesign
68bydesign

Reputation: 11

This, applied to the body, fixed it in my case:

-webkit-font-smoothing: antialiased;

Thank you anyway!

Upvotes: 1

Related Questions