We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: