14 lines
374 B
Ruby
14 lines
374 B
Ruby
cask "font-permanent-marker" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts/raw/main/apache/permanentmarker/PermanentMarker-Regular.ttf",
|
|
verified: "github.com/google/fonts/"
|
|
name "Permanent Marker"
|
|
homepage "https://fonts.google.com/specimen/Permanent+Marker"
|
|
|
|
font "PermanentMarker-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|