14 lines
319 B
Ruby
14 lines
319 B
Ruby
cask "font-carter-one" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts/raw/main/ofl/carterone/CarterOne.ttf",
|
|
verified: "github.com/google/fonts/"
|
|
name "Carter One"
|
|
homepage "https://fonts.google.com/specimen/Carter+One"
|
|
|
|
font "CarterOne.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|