excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-n / font-nanum-gothic-coding.rb
blobc60f40b96b2ab8d62a051d4f370d0fa264ffebde
1 cask "font-nanum-gothic-coding" 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/nanumgothiccoding"
9   name "Nanum Gothic Coding"
10   homepage "https://fonts.google.com/specimen/Nanum+Gothic+Coding"
12   font "NanumGothicCoding-Bold.ttf"
13   font "NanumGothicCoding-Regular.ttf"
15   # No zap stanza required
16 end