Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / font / font-t / font-tinos.rb
blob4b255ec7d55504ff7596ec7363342f59f20a605b
1 cask "font-tinos" 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: "apache/tinos"
9   name "Tinos"
10   homepage "https://fonts.google.com/specimen/Tinos"
12   font "Tinos-Bold.ttf"
13   font "Tinos-BoldItalic.ttf"
14   font "Tinos-Italic.ttf"
15   font "Tinos-Regular.ttf"
17   # No zap stanza required
18 end