#font #path

build google-fonts-sources

finding source repositories of Google Fonts fonts

10 releases (5 breaking)

0.7.1 Mar 4, 2025
0.6.1 Feb 21, 2025
0.5.1 Oct 28, 2024
0.1.0 Jul 3, 2024

#148 in Build Utils

Download history 72/week @ 2024-12-10 5/week @ 2024-12-17 64/week @ 2024-12-31 137/week @ 2025-01-07 167/week @ 2025-01-14 114/week @ 2025-01-21 270/week @ 2025-01-28 242/week @ 2025-02-04 487/week @ 2025-02-11 279/week @ 2025-02-18 523/week @ 2025-02-25 446/week @ 2025-03-04 359/week @ 2025-03-11 49/week @ 2025-03-18 105/week @ 2025-03-25

1,043 downloads per month

MIT/Apache

46KB
918 lines

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.

use

To use this tool from the command line, in order to generate a JSON dictionary containing information about source repositories:

cargo run -- -o repo_list.json

To use this tool from another Rust crate, see the docs.

Dependencies

~16–27MB
~509K SLoC