homebrew-cask/Casks/font/font-p/font-pt-sans-caption.rb

17 lines
420 B
Ruby

cask "font-pt-sans-caption" do
version :latest
sha256 :no_check
url "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "ofl/ptsanscaption"
name "PT Sans Caption"
homepage "https://fonts.google.com/specimen/PT+Sans+Caption"
font "PT_Sans-Caption-Web-Bold.ttf"
font "PT_Sans-Caption-Web-Regular.ttf"
# No zap stanza required
end