19 lines
491 B
Ruby
19 lines
491 B
Ruby
cask "font-scheherazade-new" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts.git",
|
|
verified: "github.com/google/fonts",
|
|
branch: "main",
|
|
only_path: "ofl/scheherazadenew"
|
|
name "Scheherazade New"
|
|
homepage "https://fonts.google.com/specimen/Scheherazade+New"
|
|
|
|
font "ScheherazadeNew-Bold.ttf"
|
|
font "ScheherazadeNew-Medium.ttf"
|
|
font "ScheherazadeNew-Regular.ttf"
|
|
font "ScheherazadeNew-SemiBold.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|