phinze/homebrew-cask

View on GitHub
Casks/font/font-m/font-m-plus-1p.rb

Summary

Maintainability
A
30 mins
Test Coverage
cask "font-m-plus-1p" do
  version :latest
  sha256 :no_check

  url "https://github.com/google/fonts.git",
      verified:  "github.com/google/fonts",
      branch:    "main",
      only_path: "ofl/mplus1p"
  name "M PLUS 1p"
  homepage "https://fonts.google.com/specimen/M+PLUS+1p"

  font "MPLUS1p-Black.ttf"
  font "MPLUS1p-Bold.ttf"
  font "MPLUS1p-ExtraBold.ttf"
  font "MPLUS1p-Light.ttf"
  font "MPLUS1p-Medium.ttf"
  font "MPLUS1p-Regular.ttf"
  font "MPLUS1p-Thin.ttf"

  # No zap stanza required
end