Skip to content

Commit

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

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

test do
assert_path_exists share/"fonts"
end
end

0 comments on commit 0f6bb1a

Please sign in to comment.