homebrew-cask/Casks/font/font-j/font-jaldi.rb

17 lines
354 B
Ruby

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