unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46262] [PATCH] gnu: Add font-canada1500.
@ 2021-02-03  0:59 Antoine Côté
  2021-02-13  3:06 ` bug#46262: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Antoine Côté @ 2021-02-03  0:59 UTC (permalink / raw)
  To: 46262

* gnu/packages/fonts.scm (font-canada1500): New variable.
---
 gnu/packages/fonts.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 6011a24c5e..2e18d55115 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 "A free 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")
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46262: [PATCH] gnu: Add font-canada1500.
  2021-02-03  0:59 [bug#46262] [PATCH] gnu: Add font-canada1500 Antoine Côté
@ 2021-02-13  3:06 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2021-02-13  3:06 UTC (permalink / raw)
  To: Antoine Côté; +Cc: 46262-done

Antoine Côté <antoine.cote@posteo.net> writes:

> * gnu/packages/fonts.scm (font-canada1500): New variable.
> ---
>  gnu/packages/fonts.scm | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
> [...]
> +    (description "A free display typeface originally created for the Canadian

Hello, I changed this to "Canada1500 is a display typeface ...", as we
need full sentence with subject in description.

Pushed, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-13  3:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03  0:59 [bug#46262] [PATCH] gnu: Add font-canada1500 Antoine Côté
2021-02-13  3:06 ` bug#46262: " 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).