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