Skip to content

Commit

Permalink
font-markazi-text updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Oct 21, 2024
1 parent a915e7b commit a6fbec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/font-markazi-text.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
class FontMarkaziText < Formula
desc "Markazi text font"
homepage "https://fonts.google.com/specimen/Markazi+Text"
head "https://github.com/google/fonts/raw/main/ofl/markazitextvfbeta/MarkaziText-VF.ttf",
head "https://github.com/google/fonts/raw/main/ofl/markazitext/MarkaziText%5Bwght%5D.ttf",
verified: "github.com/google/fonts/"

def install
(share/"fonts").install Dir.glob("./**/MarkaziText-VF.ttf")[0]
(share/"fonts").install Dir.glob("./**/MarkaziText?wght?.ttf")[0]
end

test do
Expand Down

0 comments on commit a6fbec3

Please sign in to comment.