excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-a / font-averia-libre.rb
blob712412c7eb57d832d968136a601e6f92a20c2e64
1 cask "font-averia-libre" 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/averialibre"
9   name "Averia Libre"
10   homepage "https://fonts.google.com/specimen/Averia+Libre"
12   font "AveriaLibre-Bold.ttf"
13   font "AveriaLibre-BoldItalic.ttf"
14   font "AveriaLibre-Italic.ttf"
15   font "AveriaLibre-Light.ttf"
16   font "AveriaLibre-LightItalic.ttf"
17   font "AveriaLibre-Regular.ttf"
19   # No zap stanza required
20 end