From 043681de9df76aa964a7cf94bb8528bff5282c2c Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 10 Sep 2017 08:01:35 +0000 Subject: [PATCH 75/86] gnu: Add font-google-noto-sans-tai-tham. * gnu/packages/fonts.scm (font-google-noto-sans-tai-tham): 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 40aeb4a7e..e66e7af3e 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2190,6 +2190,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-tai-tham + (package + (name "font-google-noto-sans-tai-tham") + (version "20170403") + (source + (origin + (method url-fetch/zipbomb) + (uri (string-append "https://noto-website.storage.googleapis.com/pkgs/" + "NotoSansTaiTham-unhinted.zip")) + (file-name (string-append name "-" version ".zip")) + (sha256 + (base32 + "1pmhznjqjy8kk2minmdismp7m5j4vn86g6k304pkh8vsgz4672zr")))) + (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