Merge pull request #198804 from Exidex/bump-gauntlet-14
[Homebrew/homebrew-cask.git] / Casks / font / font-f / font-fraunces.rb
blob50afa8763ec17c3d1f0a991f78d8c53d7468995a
1 cask "font-fraunces" 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/fraunces"
9   name "Fraunces"
10   homepage "https://fonts.google.com/specimen/Fraunces"
12   font "Fraunces-Italic[SOFT,WONK,opsz,wght].ttf"
13   font "Fraunces[SOFT,WONK,opsz,wght].ttf"
15   # No zap stanza required
16 end