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

17 lines
368 B
Ruby

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