Hi everyone!
I have an issue with my website's font. The font was displaying strangely bold in
all browsers so I did some research and found out this code that I used in my style.css:
-webkit-font-smoothing: antialiased !important;
The above code pretty much solved the problem in all browsers but one, FIREFOX! Strangely this font-smoothing isn't recognized by firefox or so it seems... anyone knows why?
an example of what I'm talking about (on the left firefox, on the right safari):
mariovideira.com/imagens/…
Before I used the font-smoothing, all the browsers displayed the font like firefox in this image (very bold)...
Any one knows if I'm doing something wrong? or If there's an alternative way to solve this in order to have the font displaying "not so strangely bold"?
Thanks in advance!