Forums

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

Home Forums CSS [Solved] Different Font Rendering – Same Browser Reply To: [Solved] Different Font Rendering – Same Browser

#190733
duderion
Participant

Hi Chris,

i solved this with

body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

somehow, the font rendering was damaged in chrome…

Cheers
duderion