Merge pull request #200223 from Homebrew/figma-update-livecheck
[Homebrew/homebrew-cask.git] / Casks / font / font-p / font-play.rb
blob47bfc24839e46207cb91974d8f91973396332d3d
1 cask "font-play" 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/play"
9   name "Play"
10   homepage "https://fonts.google.com/specimen/Play"
12   font "Play-Bold.ttf"
13   font "Play-Regular.ttf"
15   # No zap stanza required
16 end