phinze/homebrew-cask

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

Summary

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

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

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

  # No zap stanza required
end