homebrew-cask/Casks/font/font-s/font-sofia-sans-semi-conden...

17 lines
471 B
Ruby

cask "font-sofia-sans-semi-condensed" do
version :latest
sha256 :no_check
url "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "ofl/sofiasanssemicondensed"
name "Sofia Sans Semi Condensed"
homepage "https://fonts.google.com/specimen/Sofia+Sans+Semi+Condensed"
font "SofiaSansSemiCondensed-Italic[wght].ttf"
font "SofiaSansSemiCondensed[wght].ttf"
# No zap stanza required
end