homebrew-cask/Casks/font/font-s/font-shippori-mincho.rb

20 lines
521 B
Ruby

cask "font-shippori-mincho" do
version :latest
sha256 :no_check
url "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "ofl/shipporimincho"
name "Shippori Mincho"
homepage "https://fonts.google.com/specimen/Shippori+Mincho"
font "ShipporiMincho-Bold.ttf"
font "ShipporiMincho-ExtraBold.ttf"
font "ShipporiMincho-Medium.ttf"
font "ShipporiMincho-Regular.ttf"
font "ShipporiMincho-SemiBold.ttf"
# No zap stanza required
end