homebrew-cask/Casks/font/font-h/font-hind-guntur.rb

20 lines
481 B
Ruby

cask "font-hind-guntur" do
version :latest
sha256 :no_check
url "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "ofl/hindguntur"
name "Hind Guntur"
homepage "https://fonts.google.com/specimen/Hind+Guntur"
font "HindGuntur-Bold.ttf"
font "HindGuntur-Light.ttf"
font "HindGuntur-Medium.ttf"
font "HindGuntur-Regular.ttf"
font "HindGuntur-SemiBold.ttf"
# No zap stanza required
end