fontsource / google-font-metadata

A metadata generator that fetches and parses the Google Fonts API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variable Fonts

ayuhito opened this issue · comments

commented

Variable Fonts

In reference to fontsource/fontsource#30.

Specification

This feature should add a new variable key to each font object detailing all the limitations (axis ranges) and file download links in a similar format to existing fonts.

Currently, the best solution to pull data on variable fonts is scraping the following table as recommended by google/fonts#2321 until the mentioned API endpoint becomes available: https://developers.google.com/fonts/docs/css2#list_of_variable_fonts

Contribution

It'll be a while before I have time to work on this, so if anyone is interested in this in the meantime, I would love for them to take this challenge! It would be fairly simple to integrate it into Fontsource later on.