Add font-buffalo font

This commit is contained in:
Matt Troutman 2025-03-12 11:38:39 -05:00
parent 2a7f911976
commit 5eaaea9ca8
No known key found for this signature in database
2 changed files with 15 additions and 0 deletions

15
Formula/font-buffalo.rb Normal file
View file

@ -0,0 +1,15 @@
class font-buffalo < Formula
desc "Font for font-buffalo"
homepage "https://github.com/font-buffalo"
url "./font-buffalo/font-buffalo.zip"
sha256 "b6de15290696645b8cb5a6a96f9124f0a87e65f85b23f7369f4e412c67306c59"
version "latest"
def install
(share/"fonts").install Dir["*.ttf", "*.otf"]
end
test do
assert_predicate share/"fonts/font-buffalo-Regular.ttf", :exist?
end
end

Binary file not shown.