Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Jul 24, 2023
1 parent d4a1956 commit 0c4a52f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Formula/font-adlam-display.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
class FontAdlamDisplay < Formula
head "https://github.com/google/fonts/raw/main/ofl/adlamdisplay/ADLaMDisplay-Regular.ttf"
desc "ADLaM Display"
homepage "https://github.com/microsoft/ADLaM-Display"
def install
(share/"fonts").install "ADLaMDisplay-Regular.ttf"
end
# No zap stanza required

test do
end
end

0 comments on commit 0c4a52f

Please sign in to comment.