phinze/homebrew-cask

View on GitHub
Casks/font/font-s/font-spicy-rice.rb

Summary

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

  url "https://github.com/google/fonts/raw/main/ofl/spicyrice/SpicyRice-Regular.ttf",
      verified: "github.com/google/fonts/"
  name "Spicy Rice"
  homepage "https://fonts.google.com/specimen/Spicy+Rice"

  font "SpicyRice-Regular.ttf"

  # No zap stanza required
end