phinze/homebrew-cask

View on GitHub
Casks/font/font-s/font-scheherazade-new.rb

Summary

Maintainability
A
15 mins
Test Coverage
cask "font-scheherazade-new" do
  version :latest
  sha256 :no_check

  url "https://github.com/google/fonts.git",
      verified:  "github.com/google/fonts",
      branch:    "main",
      only_path: "ofl/scheherazadenew"
  name "Scheherazade New"
  homepage "https://fonts.google.com/specimen/Scheherazade+New"

  font "ScheherazadeNew-Bold.ttf"
  font "ScheherazadeNew-Medium.ttf"
  font "ScheherazadeNew-Regular.ttf"
  font "ScheherazadeNew-SemiBold.ttf"

  # No zap stanza required
end