Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS @font-face rendering issue – need help Reply To: @font-face rendering issue – need help

#149773
arnolfo
Participant

There is a fix to this. This fixes the bolder text in Safari. May work in Firefox as well.

add this to your stylesheet’s body tag; I have mine in my “reset.css”

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;