I want better justification (text-align) #119
aarongustafson
started this conversation in
Wants
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The quality of justified text in the web browser is way behind the quality of justified text set in professional desktop publishing software. There are several reasons for this. Some are systematic (manual line-breaking is impossible in a fluid and responsive environment), some are technical limitations:
In my master thesis, I explored ways to improve justified text on the web. I achieved significant improvement by applying a javascript-implementation of the knuth-plass-algorithm (by Bram Stein) and by implementing additional parameters such as variable fonts and opentype ligatures. Unfortunately, there is no possibility to hook into the default line breaking algorithm of the browser. This is something I would like so see in the future, for the sake of better typography on the web.
https://webwewant.fyi/wants/74/
Beta Was this translation helpful? Give feedback.
All reactions