20 lines
446 B
Ruby
20 lines
446 B
Ruby
cask "font-hanuman" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts.git",
|
|
verified: "github.com/google/fonts",
|
|
branch: "main",
|
|
only_path: "ofl/hanuman"
|
|
name "Hanuman"
|
|
homepage "https://fonts.google.com/specimen/Hanuman"
|
|
|
|
font "Hanuman-Black.ttf"
|
|
font "Hanuman-Bold.ttf"
|
|
font "Hanuman-Light.ttf"
|
|
font "Hanuman-Regular.ttf"
|
|
font "Hanuman-Thin.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|