Latest News About Letter Spacing

Updated 2026-05-26 19:06

Here are the latest developments and practical notes on letter spacing (CSS):

Overview of current state

Practical guidance

Notable resources and perspectives

Quick example

If you’d like, I can tailor precise values for a specific font, size, and use case (e.g., a Brazilian Portuguese UI header at 28px, with a dark theme) and provide a small CSS snippet plus suggested testing steps.

Sources

letter-spacing - CSS - MDN Web Docs - Mozilla

The letter-spacing CSS property sets the horizontal spacing behavior between text characters. This value is added to the natural spacing between characters while rendering the text. Positive values of letter-spacing causes characters to spread farther apart, while negative values of letter-spacing bring characters closer together.

developer.mozilla.org