-
Notifications
You must be signed in to change notification settings - Fork 1
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
Responsibly Loading Variable Fonts #18
Comments
There are a bunch of demos here: http://www.axis-praxis.org/ More great variable fonts: Related blog posts: |
Questions: |
One more question: Can we subset/sub-weight variable fonts (e..g can I use 3 weights of a 9 weight font?) |
@davatron5000 A variable font contains only one set of outline data (default instance) + deltas to access all other variations within the design space. Subsetting the design space of a single axis variable font won't result in a smaller file size if that's what you're after. If the variable font has more than one axis it might be beneficial to limit the design space to the axis/axes you'd like to use. There are very few variable fonts commercially available at the moment, so pricing and EULA conventions are still very much up in the air but I would be very surprised if foundries would allow tempering with their fonts, including subsetting of variable fonts. |
Initially these seem to be shipping as system fonts but we should start to see more variable font implementations. Improvements over segmented styles:
preload
less effectiveThe text was updated successfully, but these errors were encountered: