phinze/homebrew-cask

View on GitHub
Casks/font/font-a/font-african-serif.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "font-african-serif" do
  version "9.380"
  sha256 :no_check

  url "https://www.languagegeek.com/font/AfricanSerif.zip"
  name "African Serif"
  homepage "https://www.languagegeek.com/font/fontdownload.html"

  font "African Serif REGULAR 938.ttf"
  font "African Serif BOLD 938.ttf"
  font "African Serif BOLD ITALIC 938.ttf"
  font "African Serif ITALIC 938.ttf"

  # No zap stanza required
end