excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-m / font-martel-sans.rb
blobdc47ed7d3f5c9706772d9d5e62b38e2ce7059cd0
1 cask "font-martel-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/martelsans"
9   name "Martel Sans"
10   homepage "https://fonts.google.com/specimen/Martel+Sans"
12   font "MartelSans-Black.ttf"
13   font "MartelSans-Bold.ttf"
14   font "MartelSans-ExtraBold.ttf"
15   font "MartelSans-ExtraLight.ttf"
16   font "MartelSans-Light.ttf"
17   font "MartelSans-Regular.ttf"
18   font "MartelSans-SemiBold.ttf"
20   # No zap stanza required
21 end