Open nhoizey opened 2 years ago
I was using glyphhanger with this command:
glyphhanger
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.
Z
°
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/
I was using
glyphhanger
with this command: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: