20 lines
508 B
Ruby
20 lines
508 B
Ruby
cask "font-zen-maru-gothic" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts.git",
|
|
verified: "github.com/google/fonts",
|
|
branch: "main",
|
|
only_path: "ofl/zenmarugothic"
|
|
name "Zen Maru Gothic"
|
|
homepage "https://fonts.google.com/specimen/Zen+Maru+Gothic"
|
|
|
|
font "ZenMaruGothic-Black.ttf"
|
|
font "ZenMaruGothic-Bold.ttf"
|
|
font "ZenMaruGothic-Light.ttf"
|
|
font "ZenMaruGothic-Medium.ttf"
|
|
font "ZenMaruGothic-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|