14 lines
368 B
Ruby
14 lines
368 B
Ruby
cask "font-bilbo-swash-caps" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts/raw/main/ofl/bilboswashcaps/BilboSwashCaps-Regular.ttf",
|
|
verified: "github.com/google/fonts/"
|
|
name "Bilbo Swash Caps"
|
|
homepage "https://fonts.google.com/specimen/Bilbo+Swash+Caps"
|
|
|
|
font "BilboSwashCaps-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|