14 lines
382 B
Ruby
14 lines
382 B
Ruby
cask "font-goudy-bookletter-1911" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts/raw/main/ofl/goudybookletter1911/GoudyBookletter1911.ttf",
|
|
verified: "github.com/google/fonts/"
|
|
name "Goudy Bookletter 1911"
|
|
homepage "https://fonts.google.com/specimen/Goudy+Bookletter+1911"
|
|
|
|
font "GoudyBookletter1911.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|