excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-n / font-neuton.rb
blob34bf5e6d9474950d031566a0d8e7511b2e5e9c49
1 cask "font-neuton" 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/neuton"
9   name "Neuton"
10   homepage "https://fonts.google.com/specimen/Neuton"
12   font "Neuton-Bold.ttf"
13   font "Neuton-ExtraBold.ttf"
14   font "Neuton-ExtraLight.ttf"
15   font "Neuton-Italic.ttf"
16   font "Neuton-Light.ttf"
17   font "Neuton-Regular.ttf"
19   # No zap stanza required
20 end