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

20 lines
466 B
Ruby

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