Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Aug 21, 2023
1 parent 4f06e9e commit 80daec8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Formula/font-zeyada.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
class FontZeyada < Formula
head "https://github.com/google/fonts/raw/main/ofl/zeyada/Zeyada.ttf", verified: "github.com/google/fonts/"
desc "Zeyada"
homepage "https://fonts.google.com/specimen/Zeyada"
def install
(share/"fonts").install "Zeyada.ttf"
end
# No zap stanza required

test do
end
end

0 comments on commit 80daec8

Please sign in to comment.