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