guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add font-canada1500.


From: guix-commits
Subject: branch master updated: gnu: Add font-canada1500.
Date: Fri, 12 Feb 2021 22:02:19 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0e3de2c  gnu: Add font-canada1500.
0e3de2c is described below

commit 0e3de2cf1108ed0226297046302079fab9057522
Author: Antoine Côté <antoine.cote@posteo.net>
AuthorDate: Tue Feb 2 19:59:18 2021 -0500

    gnu: Add font-canada1500.
    
    * gnu/packages/fonts.scm (font-canada1500): New variable.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/fonts.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 891a7dd..fd21e04 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -199,6 +199,25 @@ package provides the TrueType (TTF) files.")
 no copy of one or more of the Font Software typefaces may be sold by
 itself."))))
 
+(define-public font-canada1500
+  (package
+    (name "font-canada1500")
+    (version "1.101")
+    (source (origin
+              (method url-fetch)
+              (uri 
"https://typodermicfonts.com/wp-content/uploads/2017/06/canada1500.zip";)
+              (sha256
+               (base32
+                "052rwhyfcz6q0g0nsr21bkbg2qb6sw7wzins5hv80qhdhi77sdaj"))))
+    (build-system font-build-system)
+    (home-page "https://typodermicfonts.com/canada1500/";)
+    (synopsis "Canadian typeface that supports English, French and Aboriginal 
languages")
+    (description "Canada1500 is a display typeface originally created for the
+Canadian sesquicentennial with four weights, italics and space symbols which
+includes lining and old-style numerals, tabular and proportional.  Greek,
+Cyrillic, Canadian Syllabics and most Latin based languages are supported.")
+    (license license:cc0)))
+
 (define-public font-cantarell
   (package
     (name "font-abattis-cantarell")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]