homebrew-cask/Casks/font/font-p/font-prompt.rb

33 lines
848 B
Ruby

cask "font-prompt" do
version :latest
sha256 :no_check
url "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "ofl/prompt"
name "Prompt"
homepage "https://fonts.google.com/specimen/Prompt"
font "Prompt-Black.ttf"
font "Prompt-BlackItalic.ttf"
font "Prompt-Bold.ttf"
font "Prompt-BoldItalic.ttf"
font "Prompt-ExtraBold.ttf"
font "Prompt-ExtraBoldItalic.ttf"
font "Prompt-ExtraLight.ttf"
font "Prompt-ExtraLightItalic.ttf"
font "Prompt-Italic.ttf"
font "Prompt-Light.ttf"
font "Prompt-LightItalic.ttf"
font "Prompt-Medium.ttf"
font "Prompt-MediumItalic.ttf"
font "Prompt-Regular.ttf"
font "Prompt-SemiBold.ttf"
font "Prompt-SemiBoldItalic.ttf"
font "Prompt-Thin.ttf"
font "Prompt-ThinItalic.ttf"
# No zap stanza required
end