.coverage
.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
coverage-badge.svg
mkdocs.yml
pyproject.toml
quickstart.png
.github/workflows/lint.yaml
.github/workflows/pypi.yaml
.github/workflows/site.yaml
.github/workflows/test.yaml
.github/workflows/type.yaml
docs/contributing.md
docs/examples.md
docs/index.md
docs/reference/cache.md
docs/reference/load_font.md
docs/reference/load_google_font.md
docs/reference/preview_font.md
docs/reference/set_default_font.md
docs/stylesheets/style.css
img/change_weight.png
img/quickstart.png
overrides/partials/footer.html
pyfonts/__init__.py
pyfonts/cache.py
pyfonts/google.py
pyfonts/is_valid.py
pyfonts/main.py
pyfonts/preview_font.py
pyfonts.egg-info/PKG-INFO
pyfonts.egg-info/SOURCES.txt
pyfonts.egg-info/dependency_links.txt
pyfonts.egg-info/requires.txt
pyfonts.egg-info/top_level.txt
tests/Ultra-Regular.ttf
tests/__init__.py
tests/test_google.py
tests/test_is_valid.py
tests/test_load_font.py
tests/test_set_default.py
tests/test_ssl_error.py