excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-n / font-nunito-sans.rb
blob270e272885ca811a59aca7b49f5369c1da7c96b7
1 cask "font-nunito-sans" 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/nunitosans"
9   name "Nunito Sans"
10   homepage "https://fonts.google.com/specimen/Nunito+Sans"
12   font "NunitoSans-Italic[YTLC,opsz,wdth,wght].ttf"
13   font "NunitoSans[YTLC,opsz,wdth,wght].ttf"
15   # No zap stanza required
16 end