Merge pull request #200222 from Homebrew/bump-zed@preview-0.172.4
[Homebrew/homebrew-cask.git] / Casks / font / font-n / font-nanum-gothic.rb
blob6d387db89c70e891044dbc242733cfc56dcf94f1
1 cask "font-nanum-gothic" 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/nanumgothic"
9   name "Nanum Gothic"
10   homepage "https://fonts.google.com/specimen/Nanum+Gothic"
12   font "NanumGothic-Bold.ttf"
13   font "NanumGothic-ExtraBold.ttf"
14   font "NanumGothic-Regular.ttf"
16   # No zap stanza required
17 end