From 106957d9b2d213e435271d36265d825ea01157d1 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 9 Sep 2017 19:03:44 +0000 Subject: [PATCH 13/86] gnu: Add font-google-noto-sans-batak. * gnu/packages/fonts.scm (font-google-noto-sans-batak): 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 5f05f9df3..0b21c28f0 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -888,6 +888,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-batak + (package + (name "font-google-noto-sans-batak") + (version "20170403") + (source + (origin + (method url-fetch/zipbomb) + (uri (string-append "https://noto-website.storage.googleapis.com/pkgs/" + "NotoSansBatak-unhinted.zip")) + (file-name (string-append name "-" version ".zip")) + (sha256 + (base32 + "1jaj60fh7c9qg3d986vv7093dmdcfix14is5jk0k4w5nr27hsw42")))) + (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