phinze/homebrew-cask

View on GitHub
Casks/font/font-e/font-emilys-candy.rb

Summary

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

  url "https://github.com/google/fonts/raw/main/ofl/emilyscandy/EmilysCandy-Regular.ttf",
      verified: "github.com/google/fonts/"
  name "Emilys Candy"
  homepage "https://fonts.google.com/specimen/Emilys+Candy"

  font "EmilysCandy-Regular.ttf"

  # No zap stanza required
end