14 lines
341 B
Ruby
14 lines
341 B
Ruby
cask "font-lexend-mega" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts/raw/main/ofl/lexendmega/LexendMega%5Bwght%5D.ttf",
|
|
verified: "github.com/google/fonts/"
|
|
name "Lexend Mega"
|
|
homepage "https://fonts.google.com/specimen/Lexend+Mega"
|
|
|
|
font "LexendMega[wght].ttf"
|
|
|
|
# No zap stanza required
|
|
end
|