Skip to content

How to import Latin-only version of a variable font like Inter #674

Closed Answered by ayuhito
jasongitmail asked this question in Q&A
Discussion options

You must be logged in to vote

Unfortunately, it is not possible. Although it shouldn't be a significant issue considering the unicode-range selector would prevent the unused font files from ever loading.

Some large fonts, such as Noto Sans JP, use numbered subsets to reduce the size of downloads even more. While we can access an old Google API that can generate entire subsets like this, we cannot do this with variable fonts since Google's newer APIs favour numbered subsets for large fonts.

It is possible for Inter specifically since that isn't split into numbered subsets. But for some larger fonts, it is not possible and the inconsistency would be challenging to work around as it would be confusing to end-users.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jasongitmail
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants