20 lines
433 B
Ruby
20 lines
433 B
Ruby
cask "font-khand" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/google/fonts.git",
|
|
verified: "github.com/google/fonts",
|
|
branch: "main",
|
|
only_path: "ofl/khand"
|
|
name "Khand"
|
|
homepage "https://fonts.google.com/specimen/Khand"
|
|
|
|
font "Khand-Bold.ttf"
|
|
font "Khand-Light.ttf"
|
|
font "Khand-Medium.ttf"
|
|
font "Khand-Regular.ttf"
|
|
font "Khand-SemiBold.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|