phinze/homebrew-cask

View on GitHub
Casks/font/font-h/font-hind-kochi.rb

Summary

Maintainability
A
20 mins
Test Coverage
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