homebrew-cask/Casks/font/font-p/font-playwrite-gb-s.rb

17 lines
408 B
Ruby

cask "font-playwrite-gb-s" do
version :latest
sha256 :no_check
url "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "ofl/playwritegbs"
name "Playwrite GB S"
homepage "https://fonts.google.com/specimen/Playwrite+GB+S"
font "PlaywriteGBS-Italic[wght].ttf"
font "PlaywriteGBS[wght].ttf"
# No zap stanza required
end