zachleat / glyphhanger

Your web font utility belt. It can subset web fonts. It can find unicode-ranges for you automatically. It makes julienne fries.
https://www.zachleat.com/web/glyphhanger/
MIT License
748 stars 21 forks source link

Add support for `unicode-range` wildcard minification #20

Closed strarsis closed 1 year ago

strarsis commented 1 year ago

Some unicode-ranges can be even further minified into a wildcard in CSS output (and possibly also in the Unicode Range Interchange tool):

E.g. this unicode-range unicode-range: U+40-4F;

Can be further minified to: unicode-range: U+4?; (As ? stands in for 0-F.)

strarsis commented 1 year ago

Closed in favor of https://github.com/bramstein/characterset/issues/5.