phinze/homebrew-cask

View on GitHub
Casks/font/font-j/font-jolly-lodger.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "font-jolly-lodger" do
  version :latest
  sha256 :no_check

  url "https://github.com/google/fonts/raw/main/ofl/jollylodger/JollyLodger-Regular.ttf",
      verified: "github.com/google/fonts/"
  name "Jolly Lodger"
  homepage "https://fonts.google.com/specimen/Jolly+Lodger"

  font "JollyLodger-Regular.ttf"

  # No zap stanza required
end