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

Commit

Permalink
Merge pull request #9404 from Aaron-212/fix-font-wix-madefor-text
Browse files Browse the repository at this point in the history
fix font-wix-madefor-text
  • Loading branch information
bevanjkay authored May 14, 2024
2 parents 535f95b + 4e10c37 commit 2282719
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Casks/font-wix-madefor-text.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
cask "font-wix-madefor-text" do
version :latest
sha256 :no_check
version "3.100"
sha256 "7fdbd012ca9e245d7c177a341bdbdf789521590e175322a9013c035981138f1c"

url "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "ofl/wixmadefortext"
url "https://github.com/wix-incubator/wixmadefor/releases/download/#{version}/wixmadefor-fonts.zip",
verified: "github.com/wix-incubator/wixmadefor/"
name "Wix Madefor Text"
homepage "https://fonts.google.com/specimen/Wix+Madefor+Text"

font "WixMadeforText[wght].ttf"
font "WixMadeforText-Italic[wght].ttf"
font "wixmadefor-fonts/fonts/variable/WixMadeforText[wght].ttf"
font "wixmadefor-fonts/fonts/variable/WixMadeforText-Italic[wght].ttf"

# No zap stanza required
end

0 comments on commit 2282719

Please sign in to comment.