#GeometricPrecision
9/ Rendering tricks
No anti-aliasing. Headless Firefox prefs:
gfx.text.disable-aa=true
layout.css.devPixelsPerPx=1.0
webrender.software=true
CSS: text-rendering: geometricPrecision. Palette is black/white/red only. Fonts: Arial. Pixels land on pixels.
September 1, 2025 at 5:49 PM
`text-rendering: geometricPrecision;` also helps with the text flickering issue in Safari. It doesn’t eliminate all flickering, but the improvement is significant.

https://t.co/Gw5L8Jz4Ik
January 1, 2023 at 2:36 AM