Just learned from @cferdinandi that the text-wrap property in #CSS has two new(ish) values: balance and pretty.
“The balance value is good for headings, and tries to balance the number of characters on each line so that each line of the heading is about the same length.
The pretty value attempts to reduce orphans (instances where one word is all by itself on a line).“
https://gomakethings.com/better-type-layouts-with-css/
(You can subscribe for his emails there + he’s holding a #JavaScript course: https://gomakethings.com/courses/modern-js-for-beginners/)