17 lines
414 B
Ruby
17 lines
414 B
Ruby
cask "font-source-code-pro" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts.git",
|
|
verified: "github.com/google/fonts",
|
|
branch: "main",
|
|
only_path: "ofl/sourcecodepro"
|
|
name "Source Code Pro"
|
|
homepage "https://fonts.google.com/specimen/Source+Code+Pro"
|
|
|
|
font "SourceCodePro-Italic[wght].ttf"
|
|
font "SourceCodePro[wght].ttf"
|
|
|
|
# No zap stanza required
|
|
end
|