[Solved] CSS Firefox bug fixes for too bold font

  • Hi,

    I want to share the fix i found out for the following bug :
    - in Firefox HTML5 on OS.X : displayed font in textfield may appear too bold or bolder than expected and in some case unreadable

    That's a known bug, here the fix, just add in your CSS :

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

    Hope it helps someone

    *smile*
    Z

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!