excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-t / font-tomorrow.rb
blob1400798683ce7a6720416318510ea79e0cea6863
1 cask "font-tomorrow" 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/tomorrow"
9   name "Tomorrow"
10   homepage "https://fonts.google.com/specimen/Tomorrow"
12   font "Tomorrow-Black.ttf"
13   font "Tomorrow-BlackItalic.ttf"
14   font "Tomorrow-Bold.ttf"
15   font "Tomorrow-BoldItalic.ttf"
16   font "Tomorrow-ExtraBold.ttf"
17   font "Tomorrow-ExtraBoldItalic.ttf"
18   font "Tomorrow-ExtraLight.ttf"
19   font "Tomorrow-ExtraLightItalic.ttf"
20   font "Tomorrow-Italic.ttf"
21   font "Tomorrow-Light.ttf"
22   font "Tomorrow-LightItalic.ttf"
23   font "Tomorrow-Medium.ttf"
24   font "Tomorrow-MediumItalic.ttf"
25   font "Tomorrow-Regular.ttf"
26   font "Tomorrow-SemiBold.ttf"
27   font "Tomorrow-SemiBoldItalic.ttf"
28   font "Tomorrow-Thin.ttf"
29   font "Tomorrow-ThinItalic.ttf"
31   # No zap stanza required
32 end