homebrew-cask/Casks/font/font-v/font-volkhov.rb

19 lines
426 B
Ruby

cask "font-volkhov" do
version :latest
sha256 :no_check
url "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "ofl/volkhov"
name "Volkhov"
homepage "https://fonts.google.com/specimen/Volkhov"
font "Volkhov-Bold.ttf"
font "Volkhov-BoldItalic.ttf"
font "Volkhov-Italic.ttf"
font "Volkhov-Regular.ttf"
# No zap stanza required
end