Merge pull request #200894 from Homebrew/update-apidog
[Homebrew/homebrew-cask.git] / Casks / font / font-u / font-unna.rb
blobf0086215a41e738c325200c512ca7cdb154b57b5
1 cask "font-unna" 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/unna"
9   name "Unna"
10   homepage "https://fonts.google.com/specimen/Unna"
12   font "Unna-Bold.ttf"
13   font "Unna-BoldItalic.ttf"
14   font "Unna-Italic.ttf"
15   font "Unna-Regular.ttf"
17   # No zap stanza required
18 end