Skip to content

Commit

Permalink
Merge pull request #195258 from wktk/add-font-udev-gothic-hs
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp authored Dec 14, 2024
2 parents 1a85f10 + c659a30 commit a716724
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Casks/font/font-u/font-udev-gothic-hs.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
cask "font-udev-gothic-hs" do
version "2.0.0"
sha256 "7b4334786a9d42d5407fd187befc6c92be291ddf9ea678b5e4c6aee266790384"

url "https://github.com/yuru7/udev-gothic/releases/download/v#{version}/UDEVGothic_HS_v#{version}.zip"
name "UDEV Gothic HS"
homepage "https://github.com/yuru7/udev-gothic"

font "UDEVGothic_HS_v#{version}/UDEVGothic35HS-Bold.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothic35HS-BoldItalic.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothic35HS-Italic.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothic35HS-Regular.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothic35HSJPDOC-Bold.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothic35HSJPDOC-BoldItalic.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothic35HSJPDOC-Italic.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothic35HSJPDOC-Regular.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothic35HSLG-Bold.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothic35HSLG-BoldItalic.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothic35HSLG-Italic.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothic35HSLG-Regular.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothicHS-Bold.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothicHS-BoldItalic.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothicHS-Italic.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothicHS-Regular.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothicHSJPDOC-Bold.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothicHSJPDOC-BoldItalic.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothicHSJPDOC-Italic.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothicHSJPDOC-Regular.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothicHSLG-Bold.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothicHSLG-BoldItalic.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothicHSLG-Italic.ttf"
font "UDEVGothic_HS_v#{version}/UDEVGothicHSLG-Regular.ttf"

# No zap stanza required
end

0 comments on commit a716724

Please sign in to comment.