homebrew-cask/Casks/font/font-p/font-pixelify-sans.rb

14 lines
353 B
Ruby

cask "font-pixelify-sans" do
version :latest
sha256 :no_check
url "https://github.com/google/fonts/raw/main/ofl/pixelifysans/PixelifySans%5Bwght%5D.ttf",
verified: "github.com/google/fonts/"
name "Pixelify Sans"
homepage "https://fonts.google.com/specimen/Pixelify+Sans"
font "PixelifySans[wght].ttf"
# No zap stanza required
end