excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-r / font-roboto-mono.rb
blob66fb39e6d2353b22e7c842eee87f6a31f4649aaa
1 cask "font-roboto-mono" 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: "apache/robotomono"
9   name "Roboto Mono"
10   homepage "https://fonts.google.com/specimen/Roboto+Mono"
12   font "RobotoMono-Italic[wght].ttf"
13   font "RobotoMono[wght].ttf"
15   # No zap stanza required
16 end