excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-s / font-satoshi.rb
blob1b707712763d4ba7f655c39faee843b97922af3e
1 cask "font-satoshi" do
2   version "1.0"
3   sha256 :no_check
5   url "https://api.fontshare.com/v2/fonts/download/satoshi"
6   name "Satoshi"
7   homepage "https://www.fontshare.com/fonts/satoshi"
9   livecheck do
10     url "https://api.fontshare.com/v2/fonts/slug/satoshi"
11     strategy :json do |json|
12       json.dig("font", "version")
13     end
14   end
16   font "Satoshi_Complete/Fonts/OTF/Satoshi-Black.otf"
17   font "Satoshi_Complete/Fonts/OTF/Satoshi-BlackItalic.otf"
18   font "Satoshi_Complete/Fonts/OTF/Satoshi-Bold.otf"
19   font "Satoshi_Complete/Fonts/OTF/Satoshi-BoldItalic.otf"
20   font "Satoshi_Complete/Fonts/OTF/Satoshi-Italic.otf"
21   font "Satoshi_Complete/Fonts/OTF/Satoshi-Light.otf"
22   font "Satoshi_Complete/Fonts/OTF/Satoshi-LightItalic.otf"
23   font "Satoshi_Complete/Fonts/OTF/Satoshi-Medium.otf"
24   font "Satoshi_Complete/Fonts/OTF/Satoshi-MediumItalic.otf"
25   font "Satoshi_Complete/Fonts/OTF/Satoshi-Regular.otf"
26   font "Satoshi_Complete/Fonts/TTF/Satoshi-Variable.ttf"
27   font "Satoshi_Complete/Fonts/TTF/Satoshi-VariableItalic.ttf"
29   # No zap stanza required
30 end