excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-a / font-asap-condensed.rb
blob23e7e64f618dc0d9efd284cb38d2473ed87d00b2
1 cask "font-asap-condensed" 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/asapcondensed"
9   name "Asap Condensed"
10   homepage "https://fonts.google.com/specimen/Asap+Condensed"
12   font "AsapCondensed-Black.ttf"
13   font "AsapCondensed-BlackItalic.ttf"
14   font "AsapCondensed-Bold.ttf"
15   font "AsapCondensed-BoldItalic.ttf"
16   font "AsapCondensed-ExtraBold.ttf"
17   font "AsapCondensed-ExtraBoldItalic.ttf"
18   font "AsapCondensed-ExtraLight.ttf"
19   font "AsapCondensed-ExtraLightItalic.ttf"
20   font "AsapCondensed-Italic.ttf"
21   font "AsapCondensed-Light.ttf"
22   font "AsapCondensed-LightItalic.ttf"
23   font "AsapCondensed-Medium.ttf"
24   font "AsapCondensed-MediumItalic.ttf"
25   font "AsapCondensed-Regular.ttf"
26   font "AsapCondensed-SemiBold.ttf"
27   font "AsapCondensed-SemiBoldItalic.ttf"
29   # No zap stanza required
30 end