Ayu
Ayu
Hiya @alerque, are you still interested in pursuing this? Just checking in as it's been around 6 months since the last discussion.
No worries then! Just a checkup while doing some repo cleanup. Thanks!
All actual licensing for the font specifically is shown via the README of each package. In fact, I don't even know how to pull the specific license information for each...
Scraping is finicky and subject to change if Google updates the design of that page, but also doable. Since we automatically update and mirror all Google Fonts on a weekly...
An alternate solution is using GitHub's API to gather the folder structure of the [google/fonts](https://github.com/google/fonts) repository. All fonts are stored in folders with their relative licenses (apache, ofl, ufl) and...
Git submodules look super interesting (haven't personally heard of it previously). It might be a little too complicated and messy though 👀 Changing the folder structure of the whole project...
Marked as breaking as we might need to modify `metadata.json` in a breaking way to accommodate this. Slated for the 5.x release.
I'm going to integrate this upstream into [google-font-metadata](https://github.com/fontsource/google-font-metadata) and use the scrapers there to pull license info from https://fonts.google.com/attribution. I think that's the best solution to get individual author names...
Upstream implementation complete in https://github.com/fontsource/google-font-metadata/pull/107 🎉
> FYI; this already works that way (space between name and suffix) in the [proposal](https://github.com/fontsource/fontsource/discussions/384). Only for Sass. This is a project-wide change (such as the default CSS files already...