20 lines
406 B
Ruby
20 lines
406 B
Ruby
cask "font-zain" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts.git",
|
|
branch: "main",
|
|
only_path: "ofl/zain"
|
|
name "Zain"
|
|
homepage "https://github.com/googlefonts/zain"
|
|
|
|
font "Zain-Black.ttf"
|
|
font "Zain-Bold.ttf"
|
|
font "Zain-ExtraBold.ttf"
|
|
font "Zain-ExtraLight.ttf"
|
|
font "Zain-Light.ttf"
|
|
font "Zain-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|