14 lines
341 B
Ruby
14 lines
341 B
Ruby
cask "font-jacquard-24" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts/raw/main/ofl/jacquard24/Jacquard24-Regular.ttf",
|
|
verified: "github.com/google/fonts/"
|
|
name "Jacquard 24"
|
|
homepage "https://fonts.google.com/specimen/Jacquard+24"
|
|
|
|
font "Jacquard24-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|