forked from filamentgroup/glyphhanger
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I was using glyphhanger with this command:
glyphhanger https://nicolas-hoizey.photo/tools/subset --subset=./assets/font/*.ttf --formats=woff2,woff --output=./src/ui/fonts/https://nicolas-hoizey.photo/tools/subset contains a space (between Z and °), but it is not preserved in the range nor in the subsetted fonts.
I had to add the space character as a white listed one:
glyphhanger https://nicolas-hoizey.photo/tools/subset --whitelist=U+0020 --subset=./assets/font/*.ttf --formats=woff2,woff --output=./src/ui/fonts/Metadata
Metadata
Assignees
Labels
No labels