19 lines
437 B
Ruby
19 lines
437 B
Ruby
cask "font-istok-web" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts.git",
|
|
verified: "github.com/google/fonts",
|
|
branch: "main",
|
|
only_path: "ofl/istokweb"
|
|
name "Istok Web"
|
|
homepage "https://fonts.google.com/specimen/Istok+Web"
|
|
|
|
font "IstokWeb-Bold.ttf"
|
|
font "IstokWeb-BoldItalic.ttf"
|
|
font "IstokWeb-Italic.ttf"
|
|
font "IstokWeb-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|