Merge pull request #200223 from Homebrew/figma-update-livecheck
[Homebrew/homebrew-cask.git] / Casks / font / font-p / font-pt-serif-caption.rb
blob78de0154f70c31ed0826d9b787760b9cf7fe6942
1 cask "font-pt-serif-caption" 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/ptserifcaption"
9   name "PT Serif Caption"
10   homepage "https://fonts.google.com/specimen/PT+Serif+Caption"
12   font "PT_Serif-Caption-Web-Italic.ttf"
13   font "PT_Serif-Caption-Web-Regular.ttf"
15   # No zap stanza required
16 end