phinze/homebrew-cask

View on GitHub
Casks/font/font-n/font-noto-sans-duployan.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "font-noto-sans-duployan" do
  version :latest
  sha256 :no_check

  url "https://github.com/google/fonts.git",
      verified:  "github.com/google/fonts",
      branch:    "main",
      only_path: "ofl/notosansduployan"
  name "Noto Sans Duployan"
  homepage "https://fonts.google.com/specimen/Noto+Sans+Duployan"

  font "NotoSansDuployan-Bold.ttf"
  font "NotoSansDuployan-Regular.ttf"

  # No zap stanza required
end