contentRauno
Text Rendering Legibility
SHOULD
SHOULD: Apply `text-rendering: optimizeLegibility` to enable kerning and ligatures, most visible at heading sizes.
Apply text-rendering: optimizeLegibility for proper kerning and ligatures
Bad
Good
Why it matters
The optimizeLegibility value enables kerning and optional ligatures, improving the visual quality of text, especially at larger font sizes. This is particularly noticeable in letter pairs like AV, WA, and Ty where default spacing can look uneven.
References