21 lines
529 B
Ruby
21 lines
529 B
Ruby
cask "font-bellota-text" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts.git",
|
|
verified: "github.com/google/fonts",
|
|
branch: "main",
|
|
only_path: "ofl/bellotatext"
|
|
name "Bellota Text"
|
|
homepage "https://fonts.google.com/specimen/Bellota+Text"
|
|
|
|
font "BellotaText-Bold.ttf"
|
|
font "BellotaText-BoldItalic.ttf"
|
|
font "BellotaText-Italic.ttf"
|
|
font "BellotaText-Light.ttf"
|
|
font "BellotaText-LightItalic.ttf"
|
|
font "BellotaText-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|