excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-m / font-material-symbols.rb
blobb9d006b7a44bef2fdd8069c8e74ca2eb8fcd79e3
1 cask "font-material-symbols" do
2   version :latest
3   sha256 :no_check
5   url "https://github.com/google/material-design-icons.git",
6       verified:  "github.com/google/material-design-icons",
7       branch:    "master",
8       only_path: "variablefont"
9   name "Material Symbols"
10   homepage "https://fonts.google.com/icons"
12   font "MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].ttf"
13   font "MaterialSymbolsRounded[FILL,GRAD,opsz,wght].ttf"
14   font "MaterialSymbolsSharp[FILL,GRAD,opsz,wght].ttf"
16   # No zap stanza required
17 end