Update download URLs for trtmn/homebrew-fonts on port 3000

Migrated from old gitea path Fonts/homebrew-fonts:8085 to trtmn/homebrew-fonts:3000.
Updates:
- Cask URL template in .fontfoldercleanup/create_homebrew_formula.py
- tap_config.rb (tap name, homepage, url, class)
- README.md (brew tap command + install --cask)
- CLAUDE.md, PROJECT.md (URL references)
- Regenerated all 200 casks with new URLs
This commit is contained in:
Matt Troutman 2026-04-22 19:13:45 -05:00
parent 78037f2d06
commit 183268f66e
No known key found for this signature in database
206 changed files with 417 additions and 450 deletions

View file

@ -76,9 +76,9 @@ cask "{font_name}" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "{display_name}" name "{display_name}"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
{font_lines} {font_lines}
end end

View file

@ -1,8 +1,8 @@
# Tap configuration for clancy/fonts # Tap configuration for trtmn/fonts
class ClancyFonts < Formula class TrtmnFonts < Formula
desc "Font collection from Clancy" desc "Font collection from trtmn"
homepage "http://clancy.genet-godzilla.ts.net:8085/clancy/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
url "http://clancy.genet-godzilla.ts.net:8085/clancy/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
version "1.0.0" version "1.0.0"
sha256 "" # This will need to be filled in after the first build sha256 "" # This will need to be filled in after the first build
@ -10,4 +10,4 @@ class ClancyFonts < Formula
# This is a meta-formula that doesn't install anything # This is a meta-formula that doesn't install anything
# It's used to set up the tap configuration # It's used to set up the tap configuration
end end
end end

View file

@ -49,6 +49,6 @@ Fonts are installed to `~/Library/Fonts/` automatically via the `font` artifact.
## Key Constraints ## Key Constraints
- Python 3, standard library only (pathlib, shutil, argparse, re). pytest is the sole dependency. - Python 3, standard library only (pathlib, shutil, argparse, re). pytest is the sole dependency.
- Casks download from `http://clancy.genet-godzilla.ts.net:8085/clancy/homebrew-fonts/archive/main.tar.gz` and expect the archive to unpack as `homebrew-fonts/`. - Casks download from `http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz` and expect the archive to unpack as `homebrew-fonts/`.
- CI runs `uv run pytest` on push/PR to main, plus `brew audit` on macOS (non-blocking). - CI runs `uv run pytest` on push/PR to main, plus `brew audit` on macOS (non-blocking).
- `PROJECT.md` is the canonical project description. When updating project rules, update `PROJECT.md` first, then sync `.cursorrules`, `.github/copilot-instructions.md`, and `.claude/skills/project-context/SKILL.md`. - `PROJECT.md` is the canonical project description. When updating project rules, update `PROJECT.md` first, then sync `.cursorrules`, `.github/copilot-instructions.md`, and `.claude/skills/project-context/SKILL.md`.

View file

@ -6,9 +6,9 @@ cask "font-abbiescriptpro-rg" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Abbiescriptpro Rg" name "Abbiescriptpro Rg"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-abbiescriptpro-rg/ttf/abbiescriptpro-rg.ttf" font "homebrew-fonts/font_files/font-abbiescriptpro-rg/ttf/abbiescriptpro-rg.ttf"
font "homebrew-fonts/font_files/font-abbiescriptpro-rg/otf/abbiescriptpro-rg.otf" font "homebrew-fonts/font_files/font-abbiescriptpro-rg/otf/abbiescriptpro-rg.otf"

View file

@ -6,9 +6,9 @@ cask "font-acrylic-hand" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Acrylic Hand" name "Acrylic Hand"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-acrylic-hand/ttf/acylicalhand-thick.ttf" font "homebrew-fonts/font_files/font-acrylic-hand/ttf/acylicalhand-thick.ttf"
end end

View file

@ -6,9 +6,9 @@ cask "font-adelina" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Adelina" name "Adelina"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-adelina/ttf/Adelina.ttf" font "homebrew-fonts/font_files/font-adelina/ttf/Adelina.ttf"
end end

View file

@ -6,9 +6,9 @@ cask "font-agpx" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Agpx" name "Agpx"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-agpx/otf/agpx.otf" font "homebrew-fonts/font_files/font-agpx/otf/agpx.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-airosol" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Airosol" name "Airosol"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-airosol/otf/airosol.otf" font "homebrew-fonts/font_files/font-airosol/otf/airosol.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-alphalyrae" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Alphalyrae" name "Alphalyrae"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-alphalyrae/otf/alphalyrae-medium.otf" font "homebrew-fonts/font_files/font-alphalyrae/otf/alphalyrae-medium.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-alternate-gothic" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Alternate Gothic" name "Alternate Gothic"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-alternate-gothic/ttf/Alternate Gothic No2 D Regular.ttf" font "homebrew-fonts/font_files/font-alternate-gothic/ttf/Alternate Gothic No2 D Regular.ttf"
end end

View file

@ -6,9 +6,9 @@ cask "font-americus" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Americus" name "Americus"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-americus/ttf/Americus Sans Aged.ttf" font "homebrew-fonts/font_files/font-americus/ttf/Americus Sans Aged.ttf"
font "homebrew-fonts/font_files/font-americus/ttf/Americus Sans.ttf" font "homebrew-fonts/font_files/font-americus/ttf/Americus Sans.ttf"

View file

@ -6,9 +6,9 @@ cask "font-angular" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Angular" name "Angular"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-angular/otf/angular.otf" font "homebrew-fonts/font_files/font-angular/otf/angular.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-aquabella" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Aquabella" name "Aquabella"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-aquabella/ttf/aquabella.ttf" font "homebrew-fonts/font_files/font-aquabella/ttf/aquabella.ttf"
font "homebrew-fonts/font_files/font-aquabella/ttf/aquabella_alternates.ttf" font "homebrew-fonts/font_files/font-aquabella/ttf/aquabella_alternates.ttf"

View file

@ -6,9 +6,9 @@ cask "font-arinoe" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Arinoe" name "Arinoe"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-arinoe/ttf/arinoe.ttf" font "homebrew-fonts/font_files/font-arinoe/ttf/arinoe.ttf"
font "homebrew-fonts/font_files/font-arinoe/otf/arinoe.otf" font "homebrew-fonts/font_files/font-arinoe/otf/arinoe.otf"

View file

@ -6,9 +6,9 @@ cask "font-averasanstc" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Averasanstc" name "Averasanstc"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-averasanstc/otf/averasanstc.otf" font "homebrew-fonts/font_files/font-averasanstc/otf/averasanstc.otf"
font "homebrew-fonts/font_files/font-averasanstc/otf/averasanstcbld.otf" font "homebrew-fonts/font_files/font-averasanstc/otf/averasanstcbld.otf"

View file

@ -6,9 +6,9 @@ cask "font-baduy" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Baduy" name "Baduy"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-baduy/ttf/baduy.ttf" font "homebrew-fonts/font_files/font-baduy/ttf/baduy.ttf"
font "homebrew-fonts/font_files/font-baduy/otf/baduy.otf" font "homebrew-fonts/font_files/font-baduy/otf/baduy.otf"

View file

@ -6,9 +6,9 @@ cask "font-baker-street" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Baker Street" name "Baker Street"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-baker-street/otf/BakerStreet-Black.otf" font "homebrew-fonts/font_files/font-baker-street/otf/BakerStreet-Black.otf"
font "homebrew-fonts/font_files/font-baker-street/otf/BakerStreet-Inline.otf" font "homebrew-fonts/font_files/font-baker-street/otf/BakerStreet-Inline.otf"

View file

@ -6,9 +6,9 @@ cask "font-barlow" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Barlow" name "Barlow"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-barlow/ttf/Barlow-Black.ttf" font "homebrew-fonts/font_files/font-barlow/ttf/Barlow-Black.ttf"
font "homebrew-fonts/font_files/font-barlow/ttf/Barlow-BlackItalic.ttf" font "homebrew-fonts/font_files/font-barlow/ttf/Barlow-BlackItalic.ttf"

View file

@ -6,9 +6,9 @@ cask "font-bee-honey" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Bee Honey" name "Bee Honey"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-bee-honey/ttf/bee-honey-regular.ttf" font "homebrew-fonts/font_files/font-bee-honey/ttf/bee-honey-regular.ttf"
font "homebrew-fonts/font_files/font-bee-honey/ttf/bee-honey-svg.ttf" font "homebrew-fonts/font_files/font-bee-honey/ttf/bee-honey-svg.ttf"

View file

@ -6,9 +6,9 @@ cask "font-benford" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Benford" name "Benford"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-benford/ttf/benford-demo.ttf" font "homebrew-fonts/font_files/font-benford/ttf/benford-demo.ttf"
font "homebrew-fonts/font_files/font-benford/otf/benford-demo.otf" font "homebrew-fonts/font_files/font-benford/otf/benford-demo.otf"

View file

@ -6,9 +6,9 @@ cask "font-bjola" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Bjola" name "Bjola"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-bjola/ttf/Bjola.ttf" font "homebrew-fonts/font_files/font-bjola/ttf/Bjola.ttf"
end end

View file

@ -6,9 +6,9 @@ cask "font-blair-itc" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Blair Itc" name "Blair Itc"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-blair-itc/ttf/Blair ITC Medium Regular.ttf" font "homebrew-fonts/font_files/font-blair-itc/ttf/Blair ITC Medium Regular.ttf"
end end

View file

@ -6,9 +6,9 @@ cask "font-bobby-jones-soft-free" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Bobby Jones Soft Free" name "Bobby Jones Soft Free"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-bobby-jones-soft-free/ttf/bobby-rough-soft-outline.ttf" font "homebrew-fonts/font_files/font-bobby-jones-soft-free/ttf/bobby-rough-soft-outline.ttf"
font "homebrew-fonts/font_files/font-bobby-jones-soft-free/ttf/bobby-rough-soft.ttf" font "homebrew-fonts/font_files/font-bobby-jones-soft-free/ttf/bobby-rough-soft.ttf"

View file

@ -6,9 +6,9 @@ cask "font-bouncy_castle_free" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Bouncy Castle Free" name "Bouncy Castle Free"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-bouncy_castle_free/ttf/bouncy-castle-bonus-bold.ttf" font "homebrew-fonts/font_files/font-bouncy_castle_free/ttf/bouncy-castle-bonus-bold.ttf"
font "homebrew-fonts/font_files/font-bouncy_castle_free/ttf/bouncy-castle-bonus.ttf" font "homebrew-fonts/font_files/font-bouncy_castle_free/ttf/bouncy-castle-bonus.ttf"

View file

@ -6,9 +6,9 @@ cask "font-brightsight-02" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Brightsight 02" name "Brightsight 02"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-brightsight-02/ttf/brightsight02.ttf" font "homebrew-fonts/font_files/font-brightsight-02/ttf/brightsight02.ttf"
font "homebrew-fonts/font_files/font-brightsight-02/otf/brightsight02.otf" font "homebrew-fonts/font_files/font-brightsight-02/otf/brightsight02.otf"

View file

@ -6,9 +6,9 @@ cask "font-brixtonline" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Brixtonline" name "Brixtonline"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-brixtonline/ttf/brixtonln-lt.ttf" font "homebrew-fonts/font_files/font-brixtonline/ttf/brixtonln-lt.ttf"
font "homebrew-fonts/font_files/font-brixtonline/ttf/brixtonln-rg.ttf" font "homebrew-fonts/font_files/font-brixtonline/ttf/brixtonln-rg.ttf"

View file

@ -6,9 +6,9 @@ cask "font-broke" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Broke" name "Broke"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-broke/otf/broke-bold.otf" font "homebrew-fonts/font_files/font-broke/otf/broke-bold.otf"
font "homebrew-fonts/font_files/font-broke/otf/broke-medium.otf" font "homebrew-fonts/font_files/font-broke/otf/broke-medium.otf"

View file

@ -6,9 +6,9 @@ cask "font-buffy" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Buffy" name "Buffy"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-buffy/ttf/buffy.ttf" font "homebrew-fonts/font_files/font-buffy/ttf/buffy.ttf"
font "homebrew-fonts/font_files/font-buffy/otf/buffy.otf" font "homebrew-fonts/font_files/font-buffy/otf/buffy.otf"

View file

@ -6,9 +6,9 @@ cask "font-cabin" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Cabin" name "Cabin"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-cabin/ttf/Cabin-Italic[wdth,wght].ttf" font "homebrew-fonts/font_files/font-cabin/ttf/Cabin-Italic[wdth,wght].ttf"
font "homebrew-fonts/font_files/font-cabin/ttf/Cabin[wdth,wght].ttf" font "homebrew-fonts/font_files/font-cabin/ttf/Cabin[wdth,wght].ttf"

View file

@ -6,9 +6,9 @@ cask "font-charleston" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Charleston" name "Charleston"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-charleston/ttf/Charleston-Regular.ttf" font "homebrew-fonts/font_files/font-charleston/ttf/Charleston-Regular.ttf"
font "homebrew-fonts/font_files/font-charleston/ttf/Charleston-Script.ttf" font "homebrew-fonts/font_files/font-charleston/ttf/Charleston-Script.ttf"

View file

@ -6,9 +6,9 @@ cask "font-cheeky-rabbit" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Cheeky Rabbit" name "Cheeky Rabbit"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-cheeky-rabbit/ttf/cheeky-rabbit.ttf" font "homebrew-fonts/font_files/font-cheeky-rabbit/ttf/cheeky-rabbit.ttf"
font "homebrew-fonts/font_files/font-cheeky-rabbit/otf/cheekyrabbit.otf" font "homebrew-fonts/font_files/font-cheeky-rabbit/otf/cheekyrabbit.otf"

View file

@ -6,9 +6,9 @@ cask "font-chido" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Chido" name "Chido"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-chido/otf/chido.otf" font "homebrew-fonts/font_files/font-chido/otf/Chido.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-christmas-picture" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Christmas Picture" name "Christmas Picture"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-christmas-picture/ttf/christmas-picture.ttf" font "homebrew-fonts/font_files/font-christmas-picture/ttf/christmas-picture.ttf"
font "homebrew-fonts/font_files/font-christmas-picture/otf/christmas-picture.otf" font "homebrew-fonts/font_files/font-christmas-picture/otf/christmas-picture.otf"

View file

@ -6,9 +6,9 @@ cask "font-chrone" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Chrone" name "Chrone"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-chrone/ttf/chrone-demo.ttf" font "homebrew-fonts/font_files/font-chrone/ttf/chrone-demo.ttf"
font "homebrew-fonts/font_files/font-chrone/otf/chrone-demo.otf" font "homebrew-fonts/font_files/font-chrone/otf/chrone-demo.otf"

View file

@ -6,9 +6,9 @@ cask "font-clancy-experience" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Clancy Experience" name "Clancy Experience"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-clancy-experience/otf/clancy-experience.otf" font "homebrew-fonts/font_files/font-clancy-experience/otf/clancy-experience.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-clique" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Clique" name "Clique"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-clique/otf/Clique.otf" font "homebrew-fonts/font_files/font-clique/otf/Clique.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-code" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Code" name "Code"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-code/otf/code-bold.otf" font "homebrew-fonts/font_files/font-code/otf/code-bold.otf"
font "homebrew-fonts/font_files/font-code/otf/code-light.otf" font "homebrew-fonts/font_files/font-code/otf/code-light.otf"

View file

@ -6,9 +6,9 @@ cask "font-coffina" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Coffina" name "Coffina"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-coffina/ttf/coffina.ttf" font "homebrew-fonts/font_files/font-coffina/ttf/coffina.ttf"
font "homebrew-fonts/font_files/font-coffina/otf/coffina.otf" font "homebrew-fonts/font_files/font-coffina/otf/coffina.otf"

View file

@ -6,9 +6,9 @@ cask "font-copixel-font-1764372079-0" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Copixel Font 1764372079 0" name "Copixel Font 1764372079 0"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-copixel-font-1764372079-0/otf/Copixel-Demo-BF6873ccc4785f8.otf" font "homebrew-fonts/font_files/font-copixel-font-1764372079-0/otf/Copixel-Demo-BF6873ccc4785f8.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-creamy-dreams" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Creamy Dreams" name "Creamy Dreams"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-creamy-dreams/otf/creamy-dreams.otf" font "homebrew-fonts/font_files/font-creamy-dreams/otf/creamy-dreams.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-cucurucho" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Cucurucho" name "Cucurucho"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-cucurucho/otf/cucurucho.otf" font "homebrew-fonts/font_files/font-cucurucho/otf/cucurucho.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-damn" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Damn" name "Damn"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-damn/ttf/damn.ttf" font "homebrew-fonts/font_files/font-damn/ttf/damn.ttf"
font "homebrew-fonts/font_files/font-damn/otf/damn.otf" font "homebrew-fonts/font_files/font-damn/otf/damn.otf"

View file

@ -6,9 +6,9 @@ cask "font-dance-blues" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Dance Blues" name "Dance Blues"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-dance-blues/ttf/dance-blues.ttf" font "homebrew-fonts/font_files/font-dance-blues/ttf/dance-blues.ttf"
font "homebrew-fonts/font_files/font-dance-blues/otf/dance-blues.otf" font "homebrew-fonts/font_files/font-dance-blues/otf/dance-blues.otf"

View file

@ -6,9 +6,9 @@ cask "font-depixel" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Depixel" name "Depixel"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-depixel/ttf/depixelbreit-webfont.ttf" font "homebrew-fonts/font_files/font-depixel/ttf/depixelbreit-webfont.ttf"
font "homebrew-fonts/font_files/font-depixel/ttf/depixelbreitfett-webfont.ttf" font "homebrew-fonts/font_files/font-depixel/ttf/depixelbreitfett-webfont.ttf"

View file

@ -6,9 +6,9 @@ cask "font-depok-cubism" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Depok Cubism" name "Depok Cubism"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-depok-cubism/ttf/depok-cubism.ttf" font "homebrew-fonts/font_files/font-depok-cubism/ttf/depok-cubism.ttf"
font "homebrew-fonts/font_files/font-depok-cubism/otf/depok-cubism.otf" font "homebrew-fonts/font_files/font-depok-cubism/otf/depok-cubism.otf"

View file

@ -6,9 +6,9 @@ cask "font-devils-cut" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Devils Cut" name "Devils Cut"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-devils-cut/otf/devilscut-shadow-personaluseonly.otf" font "homebrew-fonts/font_files/font-devils-cut/otf/devilscut-shadow-personaluseonly.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-dirty-clouds" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Dirty Clouds" name "Dirty Clouds"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-dirty-clouds/otf/dirty-clouds.otf" font "homebrew-fonts/font_files/font-dirty-clouds/otf/dirty-clouds.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-district" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "District" name "District"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-district/ttf/district.ttf" font "homebrew-fonts/font_files/font-district/ttf/district.ttf"
font "homebrew-fonts/font_files/font-district/otf/district-regular.otf" font "homebrew-fonts/font_files/font-district/otf/district-regular.otf"

View file

@ -6,9 +6,9 @@ cask "font-dk-frozen-memory" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Dk Frozen Memory" name "Dk Frozen Memory"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-dk-frozen-memory/otf/dk-frozen-memory.otf" font "homebrew-fonts/font_files/font-dk-frozen-memory/otf/dk-frozen-memory.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-domaine-display" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Domaine Display" name "Domaine Display"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-domaine-display/otf/domaine-display-bold.otf" font "homebrew-fonts/font_files/font-domaine-display/otf/domaine-display-bold.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-droid-sans-mono-awesome" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Droid Sans Mono Awesome" name "Droid Sans Mono Awesome"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-droid-sans-mono-awesome/ttf/Droid+Sans+Mono+Awesome.ttf" font "homebrew-fonts/font_files/font-droid-sans-mono-awesome/ttf/Droid+Sans+Mono+Awesome.ttf"
end end

View file

@ -6,9 +6,9 @@ cask "font-dtmilagros" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Dtmilagros" name "Dtmilagros"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-dtmilagros/otf/dt-milagros.otf" font "homebrew-fonts/font_files/font-dtmilagros/otf/dt-milagros.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-ep-boxi" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Ep Boxi" name "Ep Boxi"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-ep-boxi/otf/ep-boxi-bi.otf" font "homebrew-fonts/font_files/font-ep-boxi/otf/ep-boxi-bi.otf"
font "homebrew-fonts/font_files/font-ep-boxi/otf/ep-boxi-black.otf" font "homebrew-fonts/font_files/font-ep-boxi/otf/ep-boxi-black.otf"

View file

@ -6,9 +6,9 @@ cask "font-f37-stout" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "F37 Stout" name "F37 Stout"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-f37-stout/ttf/f37stout-black.ttc" font "homebrew-fonts/font_files/font-f37-stout/ttf/f37stout-black.ttc"
end end

View file

@ -6,9 +6,9 @@ cask "font-flyover" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Flyover" name "Flyover"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-flyover/ttf/flyover.ttf" font "homebrew-fonts/font_files/font-flyover/ttf/flyover.ttf"
font "homebrew-fonts/font_files/font-flyover/otf/flyover.otf" font "homebrew-fonts/font_files/font-flyover/otf/flyover.otf"

View file

@ -6,9 +6,9 @@ cask "font-font-awesome" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Font Awesome" name "Font Awesome"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-font-awesome/ttf/fa-solid-900.ttf" font "homebrew-fonts/font_files/font-font-awesome/ttf/fa-solid-900.ttf"
end end

View file

@ -6,9 +6,9 @@ cask "font-fresh-christmas-font-1764370888-0" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Fresh Christmas Font 1764370888 0" name "Fresh Christmas Font 1764370888 0"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-fresh-christmas-font-1764370888-0/otf/Fresh-Christmas.otf" font "homebrew-fonts/font_files/font-fresh-christmas-font-1764370888-0/otf/Fresh-Christmas.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-friem" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Friem" name "Friem"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-friem/ttf/friem-regular.ttf" font "homebrew-fonts/font_files/font-friem/ttf/friem-regular.ttf"
font "homebrew-fonts/font_files/font-friem/ttf/friem-texture.ttf" font "homebrew-fonts/font_files/font-friem/ttf/friem-texture.ttf"

View file

@ -6,9 +6,9 @@ cask "font-funky-round" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Funky Round" name "Funky Round"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-funky-round/otf/funkyround.otf" font "homebrew-fonts/font_files/font-funky-round/otf/funkyround.otf"
font "homebrew-fonts/font_files/font-funky-round/otf/funkyround_striped.otf" font "homebrew-fonts/font_files/font-funky-round/otf/funkyround_striped.otf"

View file

@ -6,9 +6,9 @@ cask "font-futura-1986" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Futura 1986" name "Futura 1986"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-futura-1986/otf/futura1986.otf" font "homebrew-fonts/font_files/font-futura-1986/otf/futura1986.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-futura-ef" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Futura Ef" name "Futura Ef"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-futura-ef/otf/OPTIFuturaDemiBold.otf" font "homebrew-fonts/font_files/font-futura-ef/otf/OPTIFuturaDemiBold.otf"
font "homebrew-fonts/font_files/font-futura-ef/otf/futura-index-efop-book.otf" font "homebrew-fonts/font_files/font-futura-ef/otf/futura-index-efop-book.otf"

View file

@ -6,9 +6,9 @@ cask "font-futurama-characters" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Futurama Characters" name "Futurama Characters"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-futurama-characters/ttf/futurama characters.ttf" font "homebrew-fonts/font_files/font-futurama-characters/ttf/futurama characters.ttf"
end end

View file

@ -6,9 +6,9 @@ cask "font-galaxia" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Galaxia" name "Galaxia"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-galaxia/otf/galaxia-personal-used-flava.otf" font "homebrew-fonts/font_files/font-galaxia/otf/galaxia-personal-used-flava.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-gilbert" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Gilbert" name "Gilbert"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-gilbert/otf/gilbert-bold-preview5.otf" font "homebrew-fonts/font_files/font-gilbert/otf/gilbert-bold-preview5.otf"
font "homebrew-fonts/font_files/font-gilbert/otf/gilbert-color-bold-preview5.otf" font "homebrew-fonts/font_files/font-gilbert/otf/gilbert-color-bold-preview5.otf"

View file

@ -6,9 +6,9 @@ cask "font-gloss-and-bloom" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Gloss And Bloom" name "Gloss And Bloom"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-gloss-and-bloom/ttf/Gloss_And_Bloom.ttf" font "homebrew-fonts/font_files/font-gloss-and-bloom/ttf/Gloss_And_Bloom.ttf"
font "homebrew-fonts/font_files/font-gloss-and-bloom/ttf/Gloss_And_Bloom_Alternates.ttf" font "homebrew-fonts/font_files/font-gloss-and-bloom/ttf/Gloss_And_Bloom_Alternates.ttf"

View file

@ -6,9 +6,9 @@ cask "font-gohu-nerd-font" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Gohu Nerd Font" name "Gohu Nerd Font"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-gohu-nerd-font/ttf/GohuFont11NerdFont-Regular.ttf" font "homebrew-fonts/font_files/font-gohu-nerd-font/ttf/GohuFont11NerdFont-Regular.ttf"
font "homebrew-fonts/font_files/font-gohu-nerd-font/ttf/GohuFont11NerdFontMono-Regular.ttf" font "homebrew-fonts/font_files/font-gohu-nerd-font/ttf/GohuFont11NerdFontMono-Regular.ttf"

View file

@ -6,9 +6,9 @@ cask "font-graham_hand" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Graham Hand" name "Graham Hand"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-graham_hand/ttf/grahamhand.ttf" font "homebrew-fonts/font_files/font-graham_hand/ttf/grahamhand.ttf"
font "homebrew-fonts/font_files/font-graham_hand/otf/grahamhand.otf" font "homebrew-fonts/font_files/font-graham_hand/otf/grahamhand.otf"

View file

@ -6,9 +6,9 @@ cask "font-gugi" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Gugi" name "Gugi"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-gugi/ttf/Gugi-Regular.ttf" font "homebrew-fonts/font_files/font-gugi/ttf/Gugi-Regular.ttf"
end end

View file

@ -6,9 +6,9 @@ cask "font-gyanko" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Gyanko" name "Gyanko"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-gyanko/otf/gyanko-regular.otf" font "homebrew-fonts/font_files/font-gyanko/otf/gyanko-regular.otf"
font "homebrew-fonts/font_files/font-gyanko/otf/gyanko-stencil.otf" font "homebrew-fonts/font_files/font-gyanko/otf/gyanko-stencil.otf"

View file

@ -6,9 +6,9 @@ cask "font-hack-nerd-font" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Hack Nerd Font" name "Hack Nerd Font"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-hack-nerd-font/ttf/HackNerdFont-Bold.ttf" font "homebrew-fonts/font_files/font-hack-nerd-font/ttf/HackNerdFont-Bold.ttf"
font "homebrew-fonts/font_files/font-hack-nerd-font/ttf/HackNerdFont-BoldItalic.ttf" font "homebrew-fonts/font_files/font-hack-nerd-font/ttf/HackNerdFont-BoldItalic.ttf"

View file

@ -6,9 +6,9 @@ cask "font-hectra" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Hectra" name "Hectra"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-hectra/otf/hectra-bold.otf" font "homebrew-fonts/font_files/font-hectra/otf/hectra-bold.otf"
font "homebrew-fonts/font_files/font-hectra/otf/hectra-rg.otf" font "homebrew-fonts/font_files/font-hectra/otf/hectra-rg.otf"

View file

@ -6,9 +6,9 @@ cask "font-hello-headline" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Hello Headline" name "Hello Headline"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-hello-headline/otf/hello-headline.otf" font "homebrew-fonts/font_files/font-hello-headline/otf/hello-headline.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-hello-spring" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Hello Spring" name "Hello Spring"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-hello-spring/ttf/HelloSpring.ttf" font "homebrew-fonts/font_files/font-hello-spring/ttf/HelloSpring.ttf"
font "homebrew-fonts/font_files/font-hello-spring/ttf/HelloSpringExtras.ttf" font "homebrew-fonts/font_files/font-hello-spring/ttf/HelloSpringExtras.ttf"

View file

@ -6,9 +6,9 @@ cask "font-highflier" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Highflier" name "Highflier"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-highflier/ttf/highflier_block.ttf" font "homebrew-fonts/font_files/font-highflier/ttf/highflier_block.ttf"
font "homebrew-fonts/font_files/font-highflier/ttf/highflier_regular.ttf" font "homebrew-fonts/font_files/font-highflier/ttf/highflier_regular.ttf"

View file

@ -6,9 +6,9 @@ cask "font-horseland" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Horseland" name "Horseland"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-horseland/ttf/wtf-horseland-was-habib.ttf" font "homebrew-fonts/font_files/font-horseland/ttf/wtf-horseland-was-habib.ttf"
end end

View file

@ -6,9 +6,9 @@ cask "font-idgrotesk" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Idgrotesk" name "Idgrotesk"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-bold.ttf" font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-bold.ttf"
font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-bolditalic.ttf" font "homebrew-fonts/font_files/font-idgrotesk/ttf/idgrotesktrial-bolditalic.ttf"

View file

@ -6,9 +6,9 @@ cask "font-inconsolata-awesome" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Inconsolata Awesome" name "Inconsolata Awesome"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-inconsolata-awesome/ttf/Inconsolata+Awesome.ttf" font "homebrew-fonts/font_files/font-inconsolata-awesome/ttf/Inconsolata+Awesome.ttf"
end end

View file

@ -6,9 +6,9 @@ cask "font-introvert-font-2-1764371655-0" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Introvert Font 2 1764371655 0" name "Introvert Font 2 1764371655 0"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-introvert-font-2-1764371655-0/otf/Introvert-BF691f1a5a2336d.otf" font "homebrew-fonts/font_files/font-introvert-font-2-1764371655-0/otf/Introvert-BF691f1a5a2336d.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-jimmy-sans" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Jimmy Sans" name "Jimmy Sans"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-jimmy-sans/otf/jimmysans-brush.otf" font "homebrew-fonts/font_files/font-jimmy-sans/otf/jimmysans-brush.otf"
font "homebrew-fonts/font_files/font-jimmy-sans/otf/jimmysans-rg.otf" font "homebrew-fonts/font_files/font-jimmy-sans/otf/jimmysans-rg.otf"

View file

@ -6,9 +6,9 @@ cask "font-joc" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Joc" name "Joc"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-joc/otf/joc-fill.otf" font "homebrew-fonts/font_files/font-joc/otf/joc-fill.otf"
font "homebrew-fonts/font_files/font-joc/otf/joc-line.otf" font "homebrew-fonts/font_files/font-joc/otf/joc-line.otf"

View file

@ -6,9 +6,9 @@ cask "font-kitten" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Kitten" name "Kitten"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-kitten/ttf/Kitten-Black.ttf" font "homebrew-fonts/font_files/font-kitten/ttf/Kitten-Black.ttf"
font "homebrew-fonts/font_files/font-kitten/ttf/Kitten-Bold.ttf" font "homebrew-fonts/font_files/font-kitten/ttf/Kitten-Bold.ttf"

View file

@ -6,9 +6,9 @@ cask "font-kompeni" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Kompeni" name "Kompeni"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-kompeni/ttf/kompeni-regular.ttf" font "homebrew-fonts/font_files/font-kompeni/ttf/kompeni-regular.ttf"
end end

View file

@ -6,9 +6,9 @@ cask "font-krub" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Krub" name "Krub"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-krub/ttf/Krub-Bold.ttf" font "homebrew-fonts/font_files/font-krub/ttf/Krub-Bold.ttf"
font "homebrew-fonts/font_files/font-krub/ttf/Krub-BoldItalic.ttf" font "homebrew-fonts/font_files/font-krub/ttf/Krub-BoldItalic.ttf"

View file

@ -6,9 +6,9 @@ cask "font-lab-grotesk" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Lab Grotesk" name "Lab Grotesk"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-lab-grotesk/otf/lab-grotesk.otf" font "homebrew-fonts/font_files/font-lab-grotesk/otf/lab-grotesk.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-lance-tomchalky" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Lance Tomchalky" name "Lance Tomchalky"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-lance-tomchalky/ttf/lancerg.ttf" font "homebrew-fonts/font_files/font-lance-tomchalky/ttf/lancerg.ttf"
font "homebrew-fonts/font_files/font-lance-tomchalky/ttf/lancesansrg.ttf" font "homebrew-fonts/font_files/font-lance-tomchalky/ttf/lancesansrg.ttf"

View file

@ -6,9 +6,9 @@ cask "font-larquette" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Larquette" name "Larquette"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-larquette/ttf/LarquetteTypeface-Regular.ttf" font "homebrew-fonts/font_files/font-larquette/ttf/LarquetteTypeface-Regular.ttf"
end end

View file

@ -6,9 +6,9 @@ cask "font-latcha" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Latcha" name "Latcha"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-latcha/otf/latcha-personaluseonly.otf" font "homebrew-fonts/font_files/font-latcha/otf/latcha-personaluseonly.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-lavish" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Lavish" name "Lavish"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-lavish/ttf/Lavish.ttf" font "homebrew-fonts/font_files/font-lavish/ttf/Lavish.ttf"
end end

View file

@ -6,9 +6,9 @@ cask "font-lazare-grotesk-font-family-1764370398-0" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Lazare Grotesk Font Family 1764370398 0" name "Lazare Grotesk Font Family 1764370398 0"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-Black-BF647806db20415.otf" font "homebrew-fonts/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-Black-BF647806db20415.otf"
font "homebrew-fonts/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-BlackBack-BF647806dbb006f.otf" font "homebrew-fonts/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-BlackBack-BF647806dbb006f.otf"

View file

@ -6,9 +6,9 @@ cask "font-lexa" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Lexa" name "Lexa"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-lexa/otf/lexa.otf" font "homebrew-fonts/font_files/font-lexa/otf/lexa.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-love-moon" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Love Moon" name "Love Moon"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-love-moon/ttf/LoveMoon.ttf" font "homebrew-fonts/font_files/font-love-moon/ttf/LoveMoon.ttf"
end end

View file

@ -6,9 +6,9 @@ cask "font-made-carving" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Made Carving" name "Made Carving"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-made-carving/otf/madecarvingoutlinepersonaluse-black.otf" font "homebrew-fonts/font_files/font-made-carving/otf/madecarvingoutlinepersonaluse-black.otf"
font "homebrew-fonts/font_files/font-made-carving/otf/madecarvingoutlinepersonaluse-bold.otf" font "homebrew-fonts/font_files/font-made-carving/otf/madecarvingoutlinepersonaluse-bold.otf"

View file

@ -6,9 +6,9 @@ cask "font-made-infinity" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Made Infinity" name "Made Infinity"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-made-infinity/otf/madeinfinity-personaluse-black.otf" font "homebrew-fonts/font_files/font-made-infinity/otf/madeinfinity-personaluse-black.otf"
font "homebrew-fonts/font_files/font-made-infinity/otf/madeinfinity-personaluse-light.otf" font "homebrew-fonts/font_files/font-made-infinity/otf/madeinfinity-personaluse-light.otf"

View file

@ -6,9 +6,9 @@ cask "font-magic-painted" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Magic Painted" name "Magic Painted"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-magic-painted/otf/magic-painted.otf" font "homebrew-fonts/font_files/font-magic-painted/otf/magic-painted.otf"
end end

View file

@ -6,9 +6,9 @@ cask "font-magnode" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Magnode" name "Magnode"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-magnode/ttf/magnode-trial-version.ttf" font "homebrew-fonts/font_files/font-magnode/ttf/magnode-trial-version.ttf"
font "homebrew-fonts/font_files/font-magnode/otf/magnode-trial-version.otf" font "homebrew-fonts/font_files/font-magnode/otf/magnode-trial-version.otf"

View file

@ -6,9 +6,9 @@ cask "font-malibu" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Malibu" name "Malibu"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-malibu/ttf/Malibu-Regular.ttf" font "homebrew-fonts/font_files/font-malibu/ttf/Malibu-Regular.ttf"
font "homebrew-fonts/font_files/font-malibu/ttf/MalibuAlternate-Regular.ttf" font "homebrew-fonts/font_files/font-malibu/ttf/MalibuAlternate-Regular.ttf"

View file

@ -6,9 +6,9 @@ cask "font-marker_notes" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Marker Notes" name "Marker Notes"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-marker_notes/ttf/marker-notes-italic.ttf" font "homebrew-fonts/font_files/font-marker_notes/ttf/marker-notes-italic.ttf"
font "homebrew-fonts/font_files/font-marker_notes/ttf/marker-notes.ttf" font "homebrew-fonts/font_files/font-marker_notes/ttf/marker-notes.ttf"

View file

@ -1,48 +1,15 @@
# This file was generated by the font folder cleanup script # This file was generated by the font folder cleanup script
# Do not edit this file directly # Do not edit this file directly
# Installs: TTF OTF # Installs: OTF
cask "font-martian-mono" do cask "font-martian-mono" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Martian Mono" name "Martian Mono"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono-Bold.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono-ExtraBold.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono-ExtraLight.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono-Light.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono-Medium.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono-Regular.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono-SemiBold.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono-Thin.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono-VariableFont_wdth,wght.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_Condensed-Bold.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_Condensed-ExtraBold.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_Condensed-ExtraLight.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_Condensed-Light.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_Condensed-Medium.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_Condensed-Regular.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_Condensed-SemiBold.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_Condensed-Thin.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_SemiCondensed-Bold.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_SemiCondensed-ExtraBold.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_SemiCondensed-ExtraLight.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_SemiCondensed-Light.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_SemiCondensed-Medium.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_SemiCondensed-Regular.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_SemiCondensed-SemiBold.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_SemiCondensed-Thin.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_SemiExpanded-Bold.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_SemiExpanded-ExtraBold.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_SemiExpanded-ExtraLight.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_SemiExpanded-Light.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_SemiExpanded-Medium.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_SemiExpanded-Regular.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_SemiExpanded-SemiBold.ttf"
font "homebrew-fonts/font_files/font-martian-mono/ttf/MartianMono_SemiExpanded-Thin.ttf"
font "homebrew-fonts/font_files/font-martian-mono/otf/MartianMono-CnBd.otf" font "homebrew-fonts/font_files/font-martian-mono/otf/MartianMono-CnBd.otf"
font "homebrew-fonts/font_files/font-martian-mono/otf/MartianMono-CnLt.otf" font "homebrew-fonts/font_files/font-martian-mono/otf/MartianMono-CnLt.otf"
font "homebrew-fonts/font_files/font-martian-mono/otf/MartianMono-CnMd.otf" font "homebrew-fonts/font_files/font-martian-mono/otf/MartianMono-CnMd.otf"

View file

@ -6,9 +6,9 @@ cask "font-marvelo" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Marvelo" name "Marvelo"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-marvelo/ttf/marvelo.ttf" font "homebrew-fonts/font_files/font-marvelo/ttf/marvelo.ttf"
font "homebrew-fonts/font_files/font-marvelo/otf/marvelo.otf" font "homebrew-fonts/font_files/font-marvelo/otf/marvelo.otf"

View file

@ -6,9 +6,9 @@ cask "font-matt-scratch" do
version "1.0.0" version "1.0.0"
sha256 :no_check sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz" url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "Matt Scratch" name "Matt Scratch"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts" homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
font "homebrew-fonts/font_files/font-matt-scratch/ttf/Matt Scratch.ttf" font "homebrew-fonts/font_files/font-matt-scratch/ttf/Matt Scratch.ttf"
end end

Some files were not shown because too many files have changed in this diff Show more