html - Safari displaying a single font at different weights on different pages though it has IDENTICAL CSS properties -
i've got font website i'm loading via @font-face. however, in safari, shows @ different weights on different pages, even though inspector shows styles identical.
i've tried setting font-weights (and else can think of) explicitly, nothing seems affect it.
you can see variation below:

has seen before? or know how fix it?
try using -webkit-font-smoothing:antialiased;. force safari rendering method safari render font using method only, instead of automatically switching it.
i had problem 1 time, when implemented css-only slideshow, , site title rendered bolder when specific image shown.
be aware of texts bad this.
Comments
Post a Comment