From 638236e80373a546c52e8555d6108a015c0d85cb Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 8 Sep 2017 11:56:38 +0000 Subject: [PATCH 10/86] gnu: Add font-google-noto-sans-avestan. * gnu/packages/fonts.scm (font-google-noto-sans-avestan): 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 cfa2b7e10..c2184127b 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -825,6 +825,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-avestan + (package + (name "font-google-noto-sans-avestan") + (version "20170403") + (source + (origin + (method url-fetch/zipbomb) + (uri (string-append "https://noto-website.storage.googleapis.com/pkgs/" + "NotoSansAvestan-unhinted.zip")) + (file-name (string-append name "-" version ".zip")) + (sha256 + (base32 + "06xfmlrjzp9h75gsyss0m4y2nh9kk6sn1a3j2d0a406drynji8an")))) + (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