From 94af7df4c0d145cc80ce8edd0db09644b88c4b0c Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 10 Sep 2017 08:08:23 +0000 Subject: [PATCH 78/86] gnu: Add font-google-noto-serif-bengali. * gnu/packages/fonts.scm (font-google-noto-serif-bengali): 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 bd43e132e..9865422c2 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2253,6 +2253,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-serif-bengali + (package + (name "font-google-noto-serif-bengali") + (version "20170403") + (source + (origin + (method url-fetch/zipbomb) + (uri (string-append "https://noto-website.storage.googleapis.com/pkgs/" + "NotoSerifBengali-hinted.zip")) + (file-name (string-append name "-" version ".zip")) + (sha256 + (base32 + "0nkmwr77wcc1z22fzznkkf5mm2gh1gyqw0z2jmnwnwgm9n22bjgr")))) + (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