Skip to content

Commit

Permalink
font-playwrite-za-guides (new font)
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Dec 2, 2024
1 parent 0f6bb1a commit 066ec79
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Formula/font-playwrite-za-guides.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
class FontPlaywriteZaGuides < Formula
desc "Playwrite za guides font"
homepage "https://github.com/TypeTogether/Playwrite"
head "https://github.com/google/fonts/raw/main/ofl/playwritezaguides/PlaywriteZAGuides-Regular.ttf"

def install
(share/"fonts").install Dir.glob("./**/PlaywriteZAGuides-Regular.ttf")[0]
end

test do
assert_path_exists share/"fonts"
end
end

0 comments on commit 066ec79

Please sign in to comment.