18 lines
425 B
Ruby
18 lines
425 B
Ruby
cask "font-kaisei-decol" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts.git",
|
|
verified: "github.com/google/fonts",
|
|
branch: "main",
|
|
only_path: "ofl/kaiseidecol"
|
|
name "Kaisei Decol"
|
|
homepage "https://fonts.google.com/specimen/Kaisei+Decol"
|
|
|
|
font "KaiseiDecol-Bold.ttf"
|
|
font "KaiseiDecol-Medium.ttf"
|
|
font "KaiseiDecol-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|