phinze/homebrew-cask

View on GitHub
Casks/font/font-k/font-ko-pub-batang.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "font-ko-pub-batang" do
  version :latest
  sha256 :no_check

  url "https://github.com/google/fonts.git",
      verified:  "github.com/google/fonts",
      branch:    "main",
      only_path: "ofl/kopubbatang"
  name "Ko Pub Batang"
  homepage "https://fonts.google.com/earlyaccess"

  font "KoPubBatang-Bold.ttf"
  font "KoPubBatang-Light.ttf"
  font "KoPubBatang-Regular.ttf"

  # No zap stanza required
end