Typographic improvements tip (CSS)
Cezary Tomczyk
Posted on January 7, 2024
Use CSS property text-wrap: balance;
Text is wrapped in such a way that the quantity of characters on each line is optimally balanced, improving layout quality and legibility. Because counting characters and balancing them across multiple lines is computationally expensive, this value is only supported for blocks of text spanning a limited number of lines (six for Chromium and ten for Firefox).
💖 💪 🙅 🚩
Cezary Tomczyk
Posted on January 7, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.