From 9ddd5835904b48e112f144cc4b6b6e14282eec02 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 8 Sep 2017 11:41:44 +0000 Subject: [PATCH 06/86] gnu: Add font-google-noto-kufi-arabic. * gnu/packages/fonts.scm (font-google-noto-kufi-arabic): 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 a9cc60ce7..b2c504b77 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -741,6 +741,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-kufi-arabic + (package + (name "font-google-noto-kufi-arabic") + (version "20170403") + (source + (origin + (method url-fetch/zipbomb) + (uri (string-append "https://noto-website.storage.googleapis.com/pkgs/" + "NotoKufiArabic-hinted.zip")) + (file-name (string-append name "-" version ".zip")) + (sha256 + (base32 + "0prpjm0cbbavy9xj5r04nshyhykm502gwqm7k5vrsvkxbdxj2l07")))) + (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