excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-r / font-rem.rb
blob8f455f0b893c6f14a583f7a15a57c5c4fc4e8f27
1 cask "font-rem" 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/rem"
9   name "REM"
10   homepage "https://fonts.google.com/specimen/REM"
12   font "REM-Italic[wght].ttf"
13   font "REM[wght].ttf"
15   # No zap stanza required
16 end