phinze/homebrew-cask

View on GitHub
Casks/font/font-j/font-jsmath-cmex10.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "font-jsmath-cmex10" do
  version :latest
  sha256 :no_check

  url "https://github.com/google/fonts/raw/main/apache/jsmathcmex10/jsMath-cmex10.ttf",
      verified: "github.com/google/fonts/"
  name "jsMath cmex10"
  homepage "https://fonts.google.com/specimen/jsMath+cmex10"

  font "jsMath-cmex10.ttf"

  # No zap stanza required
end