-
-
Notifications
You must be signed in to change notification settings - Fork 183
Variable Fonts Support for Custom Packager #728
New issue
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
Comments
Thanks for this great project! As a starting point you might include the axes data in the API item properties similar to the official google API output: Example: Open Sans
|
The actual complexity of this lies in the subsetting of these fonts. We want to ship individual axes as well as custom mixed axes such as This honestly seems like a lot of work to support and maintain. Since Google Fonts, which has a full fledged team, is already supporting most of this, it also seems unnecessary for us to replicate their build pipeline and instead wait for them to add new fonts. If there's a simpler solution that can be easily automated, I'd still be open to it. |
Description
The current custom packager only supports non-variable fonts. I think having the option to generate a variable package would be great as variable fonts become more and more popular.
The text was updated successfully, but these errors were encountered: