From ccf060029c065b60d5c2968e6ef7206079ca854a Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 9 Sep 2017 20:35:39 +0000 Subject: [PATCH 47/86] gnu: Add font-google-noto-sans-kharoshthi. * gnU/packages/fonts.scm (font-google-noto-sans-kharoshthi): New variable. --- gnu/packages/fonts.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 0dd4425d4..0591c8d21 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -1602,6 +1602,27 @@ all languages with a consistent look and aesthetic. Its goal is to properly display all Unicode symbols.") (license license:silofl1.1))) +(define-public font-google-noto-sans-kharoshthi + (package + (name "font-google-noto-sans-kharoshthi") + (version "20170403") + (source + (origin + (method url-fetch/zipbomb) + (uri (string-append "https://noto-website.storage.googleapis.com/pkgs/" + "NotoSansKharoshthi-unhinted.zip")) + (file-name (string-append name "-" version ".zip")) + (sha256 + (base32 + "0r3pc34014dc9rh4647x1mmfpcxfj0h16fiqy1ps1768xpwabfx4")))) + (build-system font-build-system) + (home-page "https://www.google.com/get/noto/") + (synopsis "Fonts to cover all languages") + (description "Google Noto Fonts is a family of fonts designed to support +all languages with a consistent look and aesthetic. Its goal is to properly +display all Unicode symbols.") + (license license:silofl1.1))) + (define-public font-google-roboto (package (name "font-google-roboto") -- 2.14.1