Merge pull request #200894 from Homebrew/update-apidog
[Homebrew/homebrew-cask.git] / Casks / font / font-p / font-playfair-display.rb
blob72824a8a6248470d8a5302bcd48a246bf21a0ba8
1 cask "font-playfair-display" 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/playfairdisplay"
9   name "Playfair Display"
10   homepage "https://fonts.google.com/specimen/Playfair+Display"
12   font "PlayfairDisplay-Italic[wght].ttf"
13   font "PlayfairDisplay[wght].ttf"
15   # No zap stanza required
16 end