homebrew-cask/Casks/font/font-s/font-syncopate.rb

17 lines
381 B
Ruby

cask "font-syncopate" do
version :latest
sha256 :no_check
url "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "apache/syncopate"
name "Syncopate"
homepage "https://fonts.google.com/specimen/Syncopate"
font "Syncopate-Bold.ttf"
font "Syncopate-Regular.ttf"
# No zap stanza required
end