Forums

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

Home Forums CSS @font-face rendering issue in Chrome for PC Re: @font-face rendering issue in Chrome for PC

#92560
TheDoc
Member

Yup, that’s how Chrome renders the font, unfortunately.

Give this a read: http://blog.typekit.com/2011/01/26/css-properties-that-affect-type-rendering/

You could try seeing if using -webkit-font-smoothing: antialiased; helps at all.