Your web font utility belt. It can subset web fonts. It can find unicode-ranges for you automatically. It makes julienne fries.
748
stars
21
forks
source link
Add support for `unicode-range` wildcard minification #20
Closed
strarsis closed 1 year ago
Some
unicode-range
s 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 for0-F
.)