14 lines
353 B
Ruby
14 lines
353 B
Ruby
cask "font-ribeye-marrow" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts/raw/main/ofl/ribeyemarrow/RibeyeMarrow-Regular.ttf",
|
|
verified: "github.com/google/fonts/"
|
|
name "Ribeye Marrow"
|
|
homepage "https://fonts.google.com/specimen/Ribeye+Marrow"
|
|
|
|
font "RibeyeMarrow-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|