18 lines
445 B
Ruby
18 lines
445 B
Ruby
cask "font-redacted-script" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts.git",
|
|
verified: "github.com/google/fonts",
|
|
branch: "main",
|
|
only_path: "ofl/redactedscript"
|
|
name "Redacted Script"
|
|
homepage "https://fonts.google.com/specimen/Redacted+Script"
|
|
|
|
font "RedactedScript-Bold.ttf"
|
|
font "RedactedScript-Light.ttf"
|
|
font "RedactedScript-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|