Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9395 from Aaron-212/add-font-wix-madefor-text
Browse files Browse the repository at this point in the history
add font-wix-madefor-text
  • Loading branch information
miccal authored May 13, 2024
2 parents fe9faf2 + 2770f5a commit 45ce747
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Casks/font-wix-madefor-text.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
cask "font-wix-madefor-text" do
version :latest
sha256 :no_check

url "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "ofl/wixmadefortext"
name "Wix Madefor Text"
homepage "https://fonts.google.com/specimen/Wix+Madefor+Text"

font "WixMadeforText[wght].ttf"
font "WixMadeforText-Italic[wght].ttf"

# No zap stanza required
end

0 comments on commit 45ce747

Please sign in to comment.