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

Simplify gradual font size (molten leading) #54

Closed waldyrious closed 4 years ago

waldyrious commented 4 years ago

min(), max() and clamp() are now available in major browsers (since Edge 79, released 15 Jan 2020; FF 75, released 8 Apr 2020; and Chrome 79 released 10 Dec 2019) so we can use it instead of a media query to make the font size adapt to the viewport size.

Using clamp() also allows us to introduce a maximum font size as well, as was requested in #47.