homebrew-cask/Casks/font/font-c/font-chathura.rb

20 lines
459 B
Ruby

cask "font-chathura" do
version :latest
sha256 :no_check
url "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "ofl/chathura"
name "Chathura"
homepage "https://fonts.google.com/specimen/Chathura"
font "Chathura-Bold.ttf"
font "Chathura-ExtraBold.ttf"
font "Chathura-Light.ttf"
font "Chathura-Regular.ttf"
font "Chathura-Thin.ttf"
# No zap stanza required
end