14 lines
344 B
Ruby
14 lines
344 B
Ruby
cask "font-baloo-bhai-2" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts/raw/main/ofl/baloobhai2/BalooBhai2%5Bwght%5D.ttf",
|
|
verified: "github.com/google/fonts/"
|
|
name "Baloo Bhai 2"
|
|
homepage "https://fonts.google.com/specimen/Baloo+Bhai+2"
|
|
|
|
font "BalooBhai2[wght].ttf"
|
|
|
|
# No zap stanza required
|
|
end
|