Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Apr 29, 2024
1 parent 8f7116a commit 150e968
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Formula/font-tiny5.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
class FontTiny5 < Formula
head "https://github.com/google/fonts/raw/main/ofl/tiny5/Tiny5-Regular.ttf"
desc "Tiny5"
homepage "https://github.com/Gissio/font_tiny5"
def install
(share/"fonts").install "Tiny5-Regular.ttf"
end
# No zap stanza required

test do
end
end

0 comments on commit 150e968

Please sign in to comment.