phinze/homebrew-cask

View on GitHub
Casks/font/font-c/font-caudex.rb

Summary

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

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

  font "Caudex-Bold.ttf"
  font "Caudex-BoldItalic.ttf"
  font "Caudex-Italic.ttf"
  font "Caudex-Regular.ttf"

  # No zap stanza required
end