phinze/homebrew-cask

View on GitHub
Casks/font/font-p/font-press-start-2p.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "font-press-start-2p" do
  version :latest
  sha256 :no_check

  url "https://github.com/google/fonts/raw/main/ofl/pressstart2p/PressStart2P-Regular.ttf",
      verified: "github.com/google/fonts/"
  name "Press Start 2P"
  homepage "https://fonts.google.com/specimen/Press+Start+2P"

  font "PressStart2P-Regular.ttf"

  # No zap stanza required
end