homebrew-cask/Casks/font/font-c/font-caudex.rb

19 lines
418 B
Ruby

cask "font-caudex" do
version :latest
sha256 :no_check
url "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "ofl/caudex"
name "Caudex"
homepage "https://fonts.google.com/specimen/Caudex"
font "Caudex-Bold.ttf"
font "Caudex-BoldItalic.ttf"
font "Caudex-Italic.ttf"
font "Caudex-Regular.ttf"
# No zap stanza required
end