Add 4 Apple font families extracted from apple.com, regenerate all casks

New fonts: font-sf-pro-display, font-sf-pro-text, font-sf-pro-icons, font-apple-icons (171 files total).
This commit is contained in:
Matt Troutman 2026-04-12 14:18:42 -05:00
parent fb434d08ab
commit 30e4dfb067
No known key found for this signature in database
376 changed files with 537 additions and 404 deletions

View file

@ -19,7 +19,7 @@ When adding or changing project rules, update **PROJECT.md** first, then sync th
A **Homebrew tap** that serves a personal collection of fonts. Users add the tap once, then install fonts with `brew install font-<name>`. The repo is the tap source: it contains font assets and Homebrew Formula (Ruby) files that install them.
- **Tap name (from README):** `genet-godzilla/fonts`
- **Tap name (from README):** `clancy/fonts`
- **Install flow:** `brew tap ...``brew install font-<name>`
## Repository Layout
@ -131,7 +131,7 @@ python3 .fontfoldercleanup/cleanup_font_folders.py --path font_files
- **Python:** Scripts are Python 3, standard library only (pathlib, shutil, argparse).
- **Ruby:** Formulae are standard Homebrew Formula; they use `share/"fonts/truetype"`, etc., and optional `share/"<formula_name>"` for `other_files` content.
- **Homebrew URL in formulae:** `http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz` (may need updating if the server or repo path changes).
- **Homebrew URL in formulae:** `http://clancy.genet-godzilla.ts.net:8085/clancy/homebrew-fonts/archive/main.tar.gz` (may need updating if the server or repo path changes).
- **Ignored (`.gitignore`):** `*.ofm`, `*.cfg`, `*.g2n`, `.DS_Store`, `.setup_complete`, `.env/`, `.idea/`.
## Quick Reference for Agents