Merge pull request #198804 from Exidex/bump-gauntlet-14
[Homebrew/homebrew-cask.git] / Casks / font / font-d / font-dm-sans.rb
blob3eb588c7c5fd909ce55d511bd3b8049c8c616df3
1 cask "font-dm-sans" do
2   version :latest
3   sha256 :no_check
5   url "https://github.com/google/fonts.git",
6       verified:  "github.com/google/fonts",
7       branch:    "main",
8       only_path: "ofl/dmsans"
9   name "DM Sans"
10   homepage "https://fonts.google.com/specimen/DM+Sans"
12   font "DMSans-Italic[opsz,wght].ttf"
13   font "DMSans[opsz,wght].ttf"
15   # No zap stanza required
16 end