No description
Formulae can't install to ~/Library/Fonts/ due to Homebrew sandboxing. Casks have a built-in `font` artifact that handles this automatically. - Replace Formula/ with Casks/ directory - Rewrite generator to produce cask files instead of formulae - Add .ttc (TrueType Collection) support - Update all tests for cask format - Update CLI and documentation - Fonts with no installable files (TTF/OTF/TTC) are skipped Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| .cursor | ||
| .fontfoldercleanup | ||
| .github | ||
| Casks | ||
| font_files | ||
| tap_cli | ||
| tests | ||
| .cursorrules | ||
| .gitignore | ||
| CLAUDE.md | ||
| PROJECT.md | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
Repository of Fonts
This repository contains a collection of fonts that I have found and liked. I have collected them here so that I can easily access them from any computer. They are in the homebrew format for easy installation using homebrew.
Prerequisites
You need to have the following installed on your system to use this repository:
-
👨🏼💻 Xcode Command Line Tools
-
xcode-select --install
-
-
🍻 Homebrew
-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
-
Installation
-
brew tap genet-godzilla/fonts ssh://git@clancy.genet-godzilla.ts.net:2222/Fonts/homebrew-fonts.git # You only need to do this once! -
brew install {font-name} // Replace {font-name} with the name of the font you want to install