Forums

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

Home Forums CSS [Solved] Transforms cause font-smoothing weirdness in Webkit Reply To: [Solved] Transforms cause font-smoothing weirdness in Webkit

#242693
alfiqmiq
Participant

transform: perspective(1px) scale(1.1)

also

transform: perspective(1px) scale3d(1.1, 1.1, 1)

works fine