From 62095119e0b4ecd8d0da023acf8477e17f0b0f8c Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 9 Sep 2017 20:21:06 +0000 Subject: [PATCH 46/86] gnu: Add font-google-noto-sans-kayah-li. * gnu/packages/fonts.scm (font-google-noto-sans-kayah-li): 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 8c2eab299..0dd4425d4 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -1581,6 +1581,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-kayah-li + (package + (name "font-google-noto-sans-kayah-li") + (version "20170403") + (source + (origin + (method url-fetch/zipbomb) + (uri (string-append "https://noto-website.storage.googleapis.com/pkgs/" + "NotoSansKayahLi-unhinted.zip")) + (file-name (string-append name "-" version ".zip")) + (sha256 + (base32 + "13l9wmhsrkzgjp0lgp1jcnkwxmmszni4lf3kgxmif33sc059a3cc")))) + (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