html - Font appears thinner in Firefox and Safari - fine in Chrome -
i'm trying font reasonably same across mac chrome, safari , firefox (will move on ie later).
i've been playing with:
-webkit-font-smoothing: subpixel-antialiased;
the font looks same, safari , firefox looks @ least 1 weight thinner.
i have tried:
-webkit-font-smoothing: antialiased;
and ff:
-moz-osx-font-smoothing: grayscale
also have on:
text-rendering: optimizelegibility !important;
this gets fonts pretty same it's not smooth subpixel antialiased.
am missing property here? know not going 100% same across browsers think chrome , safari being both webkit browsers same.
i'm using raleway google fonts if that's help.
maybe font-weight light or lighter in code try changing font-weight normal font-weight:normal;
or font-weight:400;
Comments
Post a Comment