Skip to content
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

Open
zachleat opened this issue Aug 24, 2017 · 4 comments
Open

Responsibly Loading Variable Fonts #18

zachleat opened this issue Aug 24, 2017 · 4 comments

Comments

@zachleat
Copy link
Owner

Initially these seem to be shipping as system fonts but we should start to see more variable font implementations. Improvements over segmented styles:

  • File size questions?
  • Grouped repaint
  • Will likely make preload less effective
  • Probably result in an increased need for 2-stage loading approaches
@zachleat
Copy link
Owner Author

zachleat commented Aug 24, 2017

Questions:
All of the demos on AxisPraxis are TTF, will there ever be a compressed container format of these, a la WOFF or WOFF2?

@zachleat zachleat changed the title Responsibly loading variable web fonts Responsibly Loading Variable Fonts Aug 24, 2017
@davatron5000
Copy link

One more question: Can we subset/sub-weight variable fonts (e..g can I use 3 weights of a 9 weight font?)

@BBBerning
Copy link

BBBerning commented Aug 24, 2017

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants