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