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