14 lines
335 B
Ruby
14 lines
335 B
Ruby
cask "font-rochester" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts/raw/main/apache/rochester/Rochester-Regular.ttf",
|
|
verified: "github.com/google/fonts/"
|
|
name "Rochester"
|
|
homepage "https://fonts.google.com/specimen/Rochester"
|
|
|
|
font "Rochester-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|