phinze/homebrew-cask

View on GitHub
Casks/font/font-z/font-zen-kaku-gothic-antique.rb

Summary

Maintainability
A
20 mins
Test Coverage
cask "font-zen-kaku-gothic-antique" do
  version :latest
  sha256 :no_check

  url "https://github.com/google/fonts.git",
      verified:  "github.com/google/fonts",
      branch:    "main",
      only_path: "ofl/zenkakugothicantique"
  name "Zen Kaku Gothic Antique"
  homepage "https://fonts.google.com/specimen/Zen+Kaku+Gothic+Antique"

  font "ZenKakuGothicAntique-Black.ttf"
  font "ZenKakuGothicAntique-Bold.ttf"
  font "ZenKakuGothicAntique-Light.ttf"
  font "ZenKakuGothicAntique-Medium.ttf"
  font "ZenKakuGothicAntique-Regular.ttf"

  # No zap stanza required
end