/google_fonts_sources

Wherein we try to get sources for Google Fonts

Primary LanguagePythonApache License 2.0Apache-2.0

What if you wanted ALL the sources - not the binaries - for Google Fonts?

# setup a python3 virtual environment

pip install -r requirements.txt

# slow, sequentially fetches or updates lots of repos
python fetch_source.py

# find designspaces for VFs with low glyph counts, good for quick compile tests
python find_source.py --vf_only | sort | head -64