excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-m / font-merriweather.rb
blob298b7d6e541beeaddb85f4a0085f60c8ed2a5d7f
1 cask "font-merriweather" 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/merriweather"
9   name "Merriweather"
10   homepage "https://fonts.google.com/specimen/Merriweather"
12   font "Merriweather-Black.ttf"
13   font "Merriweather-BlackItalic.ttf"
14   font "Merriweather-Bold.ttf"
15   font "Merriweather-BoldItalic.ttf"
16   font "Merriweather-Italic.ttf"
17   font "Merriweather-Light.ttf"
18   font "Merriweather-LightItalic.ttf"
19   font "Merriweather-Regular.ttf"
21   # No zap stanza required
22 end