Merge pull request #200927 from Homebrew/bump-zed-0.172.10
[Homebrew/homebrew-cask.git] / Casks / font / font-a / font-atkinson-hyperlegible-mono.rb
blobc42cdb6deffe53322756c67626d8dd82f4760a9d
1 cask "font-atkinson-hyperlegible-mono" do
2   version :latest
3   sha256 :no_check
5   url "https://github.com/google/fonts.git",
6       branch:    "main",
7       only_path: "ofl/atkinsonhyperlegiblemono"
8   name "Atkinson Hyperlegible Mono"
9   homepage "https://github.com/googlefonts/atkinson-hyperlegible-next-mono"
11   font "AtkinsonHyperlegibleMono-Italic[wght].ttf"
12   font "AtkinsonHyperlegibleMono[wght].ttf"
14   # No zap stanza required
15 end