Skip to content

Commit

Permalink
Merge pull request #198685 from 0risc/font-pixel-code
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay authored Jan 18, 2025
2 parents da8ee28 + 0f4bb80 commit ec93b18
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Casks/font/font-p/font-pixel-code.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
cask "font-pixel-code" do
version "2.2"
sha256 "528128a720941a84cb006b1c21f7695f7d8035a09e5cb1226c387d4c141c4b32"

url "https://github.com/qwerasd205/PixelCode/releases/download/v#{version}/otf.zip",
verified: "github.com/qwerasd205/PixelCode/"
name "Pixel Code"
homepage "https://qwerasd205.github.io/PixelCode/"

font "otf/PixelCode.otf"
font "otf/PixelCode-Black-Italic.otf"
font "otf/PixelCode-Black.otf"
font "otf/PixelCode-Bold-Italic.otf"
font "otf/PixelCode-Bold.otf"
font "otf/PixelCode-DemiBold-Italic.otf"
font "otf/PixelCode-DemiBold.otf"
font "otf/PixelCode-ExtraBlack-Italic.otf"
font "otf/PixelCode-ExtraBlack.otf"
font "otf/PixelCode-ExtraBold-Italic.otf"
font "otf/PixelCode-ExtraBold.otf"
font "otf/PixelCode-ExtraLight-Italic.otf"
font "otf/PixelCode-ExtraLight.otf"
font "otf/PixelCode-Italic.otf"
font "otf/PixelCode-Light-Italic.otf"
font "otf/PixelCode-Light.otf"
font "otf/PixelCode-Medium-Italic.otf"
font "otf/PixelCode-Medium.otf"
font "otf/PixelCode-Thin-Italic.otf"
font "otf/PixelCode-Thin.otf"

# No zap stanza required
end

0 comments on commit ec93b18

Please sign in to comment.