phinze/homebrew-cask

View on GitHub
Casks/font/font-t/font-times-new-roman.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "font-times-new-roman" do
  version :latest
  sha256 :no_check

  url "https://downloads.sourceforge.net/corefonts/times32.exe"
  name "Times New Roman"
  homepage "https://sourceforge.net/projects/corefonts/files/the%20fonts/final/"

  font "Times.TTF"
  font "Timesbd.TTF"
  font "Timesbi.TTF"
  font "Timesi.TTF"

  # No zap stanza required
end