Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Mar 11, 2024
1 parent 6e78bab commit 35d4972
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Formula/font-platypi.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
class FontPlatypi < Formula
head "https://github.com/google/fonts.git", branch: "main", only_path: "ofl/platypi"
desc "Platypi"
desc "Platypuses"
homepage "https://github.com/d-sargent/platypi"
def install
(share/"fonts").install "ofl/platypi/" + "Platypi-Italic[wght].ttf"
(share/"fonts").install "ofl/platypi/" + "Platypi[wght].ttf"
end
# No zap stanza required

test do
end
end

0 comments on commit 35d4972

Please sign in to comment.