14 lines
392 B
Ruby
14 lines
392 B
Ruby
cask "font-yarndings-20-charted" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts/raw/main/ofl/yarndings20charted/Yarndings20Charted-Regular.ttf",
|
|
verified: "github.com/google/fonts/"
|
|
name "Yarndings 20 Charted"
|
|
homepage "https://fonts.google.com/specimen/Yarndings+20+Charted"
|
|
|
|
font "Yarndings20Charted-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|