homebrew-cask/Casks/font/font-z/font-zen-loop.rb

17 lines
371 B
Ruby

cask "font-zen-loop" do
version :latest
sha256 :no_check
url "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "ofl/zenloop"
name "Zen Loop"
homepage "https://fonts.google.com/specimen/Zen+Loop"
font "ZenLoop-Italic.ttf"
font "ZenLoop-Regular.ttf"
# No zap stanza required
end