Hacker News new | ask | show | jobs
by qd6pwu4 1890 days ago
I notice that the web page of this article is beautifully justified to two sides instead of left alignment, and there is hyphen in breaking lines. Does anyone know how to achieve this in web page? text-align: justify seems to produce inferior results than this page, e.g. rivers in text.
1 comments

`hypens: auto` is probably it. It allows words to be split with a hypen at the browser's discretion.
thanks, that seems to be the answer