1
0
Fork 0
Tool for generating a nixpkgs overlay from Google Fonts https://github.com/DimitarNestorov/nix-google-fonts-gen
Find a file
2025-06-03 12:34:06 +09:00
nix_google_fonts_gen make create_overlay print current progress 2025-06-03 12:34:06 +09:00
vendor fix edge case for "wixmadefor" font 2025-05-19 09:12:59 +09:00
.gitignore gitignore build/ directory 2025-05-19 08:05:20 +09:00
LICENSE Initial commit 2019-02-16 11:08:00 +02:00
README.md Types 2019-02-17 14:04:25 +02:00
requirements.txt update dependencies 2025-05-19 08:05:34 +09:00
setup.py update dependencies 2025-05-19 08:05:34 +09:00

nix-google-fonts-gen 🖋

Tool for generating Nix package overlays from Google Fonts. Generated Nix overlays will contain individual derivations for all the fonts in Google Fonts project.

Usage

usage: nix-google-fonts-gen [-h] repository overlay

Generate Nix package overlay from Google Fonts repository.

positional arguments:
  repository  Path to local Google Fonts Git repository.
  overlay     Path to overlay directory.

optional arguments:
  -h, --help  show this help message and exit

Acknowledgements

This project makes use of font protocol buffer definitions from the gftools repository.