google-fonts-sources

Crates.iogoogle-fonts-sources
lib.rsgoogle-fonts-sources
version0.1.0
sourcesrc
created_at2024-07-03 13:51:46.331594
updated_at2024-07-03 13:51:46.331594
descriptionfinding source repositories of Google Fonts fonts
homepage
repositoryhttps://github.com/googlefonts/google-fonts-sources
max_upload_size
id1290530
size56,061
Colin Rofls (cmyr)

documentation

README

google-fonts-sources

Rust utility to help find the sources of Google Fonts fonts.

This is currently bare-bones; it inspects (or checks out) the repository at github.com/google/fonts, and for each font parses its metadata file, looking for a repository.

For each repository we find, we then look for a config.yaml file in that repository's /source directory, which is present by convention on sources intended to be built by Google Fonts.

Commit count: 14

cargo fmt