phinze/homebrew-cask

View on GitHub
Casks/font/font-z/font-zain.rb

Summary

Maintainability
A
25 mins
Test Coverage
cask "font-zain" do
  version :latest
  sha256 :no_check

  url "https://github.com/google/fonts.git",
      verified:  "github.com/google/fonts",
      branch:    "main",
      only_path: "ofl/zain"
  name "Zain"
  homepage "https://fonts.google.com/specimen/Zain"

  font "Zain-Black.ttf"
  font "Zain-Bold.ttf"
  font "Zain-ExtraBold.ttf"
  font "Zain-ExtraLight.ttf"
  font "Zain-Light.ttf"
  font "Zain-Regular.ttf"

  # No zap stanza required
end