19 lines
496 B
Ruby
19 lines
496 B
Ruby
cask "font-gentium-book-plus" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts.git",
|
|
verified: "github.com/google/fonts",
|
|
branch: "main",
|
|
only_path: "ofl/gentiumbookplus"
|
|
name "Gentium Book Plus"
|
|
homepage "https://fonts.google.com/specimen/Gentium+Book+Plus"
|
|
|
|
font "GentiumBookPlus-Bold.ttf"
|
|
font "GentiumBookPlus-BoldItalic.ttf"
|
|
font "GentiumBookPlus-Italic.ttf"
|
|
font "GentiumBookPlus-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|