22 lines
674 B
Ruby
22 lines
674 B
Ruby
cask "font-noto-serif-sinhala" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://noto-website-2.storage.googleapis.com/pkgs/NotoSerifSinhala-unhinted.zip",
|
|
verified: "noto-website-2.storage.googleapis.com/"
|
|
name "Noto Serif Sinhala"
|
|
homepage "https://www.google.com/get/noto/#serif-sinh"
|
|
|
|
font "NotoSerifSinhala-Black.ttf"
|
|
font "NotoSerifSinhala-Bold.ttf"
|
|
font "NotoSerifSinhala-ExtraBold.ttf"
|
|
font "NotoSerifSinhala-ExtraLight.ttf"
|
|
font "NotoSerifSinhala-Light.ttf"
|
|
font "NotoSerifSinhala-Medium.ttf"
|
|
font "NotoSerifSinhala-Regular.ttf"
|
|
font "NotoSerifSinhala-SemiBold.ttf"
|
|
font "NotoSerifSinhala-Thin.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|