13 lines
315 B
Ruby
13 lines
315 B
Ruby
cask "font-playwrite-be-wal" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts/raw/main/ofl/playwritebewal/PlaywriteBEWAL%5Bwght%5D.ttf"
|
|
name "Playwrite BE WAL"
|
|
homepage "https://github.com/TypeTogether/Playwrite"
|
|
|
|
font "PlaywriteBEWAL[wght].ttf"
|
|
|
|
# No zap stanza required
|
|
end
|