Merge pull request #200937 from Homebrew/bump-whatsapp@beta-2.25.3.71
[Homebrew/homebrew-cask.git] / Casks / font / font-g / font-geist.rb
blob4b5c0cdee6b04c034a10070e897f2aef1e072926
1 cask "font-geist" do
2   version "1.4.01"
3   sha256 "d12b5e123bdd5a9facbd52ab6a24756587b086d6a76fc629a28456675bfad4e3"
5   url "https://github.com/vercel/geist-font/releases/download/#{version}/Geist-v#{version}.zip",
6       verified: "github.com/vercel/geist-font/"
7   name "Geist"
8   homepage "https://vercel.com/font/sans"
10   livecheck do
11     url :url
12     strategy :github_latest
13   end
15   font "Geist-v#{version}/otf/Geist-Black.otf"
16   font "Geist-v#{version}/otf/Geist-Bold.otf"
17   font "Geist-v#{version}/otf/Geist-ExtraBold.otf"
18   font "Geist-v#{version}/otf/Geist-ExtraLight.otf"
19   font "Geist-v#{version}/otf/Geist-Light.otf"
20   font "Geist-v#{version}/otf/Geist-Medium.otf"
21   font "Geist-v#{version}/otf/Geist-Regular.otf"
22   font "Geist-v#{version}/otf/Geist-SemiBold.otf"
23   font "Geist-v#{version}/otf/Geist-Thin.otf"
24   font "Geist-v#{version}/variable/Geist[wght].ttf"
26   # No zap stanza required
27 end