phinze/homebrew-cask

View on GitHub
Casks/font/font-o/font-open-sans-hebrew-condensed.rb

Summary

Maintainability
A
35 mins
Test Coverage
cask "font-open-sans-hebrew-condensed" do
  version :latest
  sha256 :no_check

  url "https://github.com/google/fonts.git",
      verified:  "github.com/google/fonts",
      branch:    "main",
      only_path: "apache/opensanshebrewcondensed"
  name "Open Sans Hebrew Condensed"
  homepage "https://fonts.google.com/earlyaccess"

  font "OpenSansHebrewCondensed-Bold.ttf"
  font "OpenSansHebrewCondensed-BoldItalic.ttf"
  font "OpenSansHebrewCondensed-ExtraBold.ttf"
  font "OpenSansHebrewCondensed-ExtraBoldItalic.ttf"
  font "OpenSansHebrewCondensed-Italic.ttf"
  font "OpenSansHebrewCondensed-Light.ttf"
  font "OpenSansHebrewCondensed-LightItalic.ttf"
  font "OpenSansHebrewCondensed-Regular.ttf"

  # No zap stanza required
end