Skip to content

Commit

Permalink
Merge pull request #192309 from Homebrew/auto-add-google-fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
krehel authored Nov 17, 2024
2 parents 28a1609 + 63086a0 commit 8d2ce44
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Casks/font/font-m/font-montserrat-underline.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
cask "font-montserrat-underline" do
version :latest
sha256 :no_check

url "https://github.com/google/fonts.git",
branch: "main",
only_path: "ofl/montserratunderline"
name "Montserrat Underline"
homepage "https://github.com/JulietaUla/Montserrat"

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

# No zap stanza required
end

0 comments on commit 8d2ce44

Please sign in to comment.