14 lines
341 B
Ruby
14 lines
341 B
Ruby
cask "font-beau-rivage" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts/raw/main/ofl/beaurivage/BeauRivage-Regular.ttf",
|
|
verified: "github.com/google/fonts/"
|
|
name "Beau Rivage"
|
|
homepage "https://fonts.google.com/specimen/Beau+Rivage"
|
|
|
|
font "BeauRivage-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|