homebrew-cask/Casks/font/font-i/font-inknut-antiqua.rb

22 lines
578 B
Ruby

cask "font-inknut-antiqua" do
version :latest
sha256 :no_check
url "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "ofl/inknutantiqua"
name "Inknut Antiqua"
homepage "https://fonts.google.com/specimen/Inknut+Antiqua"
font "InknutAntiqua-Black.ttf"
font "InknutAntiqua-Bold.ttf"
font "InknutAntiqua-ExtraBold.ttf"
font "InknutAntiqua-Light.ttf"
font "InknutAntiqua-Medium.ttf"
font "InknutAntiqua-Regular.ttf"
font "InknutAntiqua-SemiBold.ttf"
# No zap stanza required
end