excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-a / font-arsenal-sc.rb
blobd76ba1d6bc124cc85c4153ffc5be8db24394e1e1
1 cask "font-arsenal-sc" do
2   version :latest
3   sha256 :no_check
5   url "https://github.com/google/fonts.git",
6       verified:  "github.com/google/fonts",
7       branch:    "main",
8       only_path: "ofl/arsenalsc"
9   name "Arsenal SC"
10   homepage "https://fonts.google.com/specimen/Arsenal+SC"
12   font "ArsenalSC-Bold.ttf"
13   font "ArsenalSC-BoldItalic.ttf"
14   font "ArsenalSC-Italic.ttf"
15   font "ArsenalSC-Regular.ttf"
17   # No zap stanza required
18 end