20 lines
540 B
Ruby
20 lines
540 B
Ruby
cask "font-biorhyme-expanded" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts.git",
|
|
verified: "github.com/google/fonts",
|
|
branch: "main",
|
|
only_path: "ofl/biorhymeexpanded"
|
|
name "BioRhyme Expanded"
|
|
homepage "https://fonts.google.com/specimen/BioRhyme+Expanded"
|
|
|
|
font "BioRhymeExpanded-Bold.ttf"
|
|
font "BioRhymeExpanded-ExtraBold.ttf"
|
|
font "BioRhymeExpanded-ExtraLight.ttf"
|
|
font "BioRhymeExpanded-Light.ttf"
|
|
font "BioRhymeExpanded-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|