From 6f3f3c3cc052bec888e216beee9a8ac5a2472b25 Mon Sep 17 00:00:00 2001 From: Matt Troutman Date: Fri, 4 Apr 2025 22:08:36 -0500 Subject: [PATCH] Remove buffalo font --- Formula/font-buffalo.rb | 17 ----------------- fonts/index.json | 5 ----- 2 files changed, 22 deletions(-) delete mode 100644 Formula/font-buffalo.rb diff --git a/Formula/font-buffalo.rb b/Formula/font-buffalo.rb deleted file mode 100644 index 6af8597..0000000 --- a/Formula/font-buffalo.rb +++ /dev/null @@ -1,17 +0,0 @@ - -class FontBuffalo < Formula - desc "A custom font" - homepage "https://github.com/trtmn-fonts/homebrew-fonts" - url "https://github.com/trtmn-fonts/homebrew-fonts/blob/main/font-buffalo/font-buffalo.zip" - sha256 "b6de15290696645b8cb5a6a96f9124f0a87e65f85b23f7369f4e412c67306c59" - version "1.0.0" - - def install - (share/"fonts").install "Buffalo.otf" - end - - test do - # Test installation by checking that the font exists - system "fc-list | grep 'Buffalo'" - end -end diff --git a/fonts/index.json b/fonts/index.json index 517c7d7..bf3c193 100644 --- a/fonts/index.json +++ b/fonts/index.json @@ -1,10 +1,5 @@ { "fonts": [ - { - "name": "buffalo", - "path": "fonts/buffalo", - "formula": "font-buffalo" - }, { "name": "test", "path": "fonts/test",