waldyrious / downstyler

A stylesheet and bookmarklet that trims webpage styles down to near-bare HTML.
http://waldyrious.net/downstyler
ISC License
30 stars 5 forks source link

Add hyphens:auto for paperlike #53

Closed waldyrious closed 4 years ago

waldyrious commented 4 years ago

Since the paperlike style's text-align is set to justify, it would be easier on the eyes to let the browser hyphenize the words, which reduces the variation on space width. Note that this works based on language-specific rules, so the page needs to have a lang attribute for this to work:

<html lang="en">

(Alternatively, we could also make the default style justified, and use hyphens:auto by default.)

waldyrious commented 3 years ago

Update: text justification (and therefore hyphenation as well) is being moved to the main style in #64.