phinze/homebrew-cask

View on GitHub
Casks/font/font-i/font-inknut-antiqua.rb

Summary

Maintainability
A
30 mins
Test Coverage
cask "font-inknut-antiqua" do
  version :latest
  sha256 :no_check

  url "https://github.com/google/fonts.git",
      verified:  "github.com/google/fonts",
      branch:    "main",
      only_path: "ofl/inknutantiqua"
  name "Inknut Antiqua"
  homepage "https://fonts.google.com/specimen/Inknut+Antiqua"

  font "InknutAntiqua-Black.ttf"
  font "InknutAntiqua-Bold.ttf"
  font "InknutAntiqua-ExtraBold.ttf"
  font "InknutAntiqua-Light.ttf"
  font "InknutAntiqua-Medium.ttf"
  font "InknutAntiqua-Regular.ttf"
  font "InknutAntiqua-SemiBold.ttf"

  # No zap stanza required
end