all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68277] [PATCH] gnu: Add font-cardo.
@ 2024-01-06  6:57 Hilton Chain via Guix-patches via
  2024-01-07 18:55 ` bug#68277: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-01-06  6:57 UTC (permalink / raw)
  To: 68277; +Cc: Hilton Chain, Zhu Zihao, 宋文武

* gnu/packages/fonts.scm (font-cardo): New variable.

Change-Id: I60edadc74c33690bb14dff209979a57f22dd5277
---
 gnu/packages/fonts.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 7516e1642b..3e951cba7c 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -123,6 +123,29 @@ (define-public font-artifika
 titling.")
     (license license:silofl1.1)))
 
+(define-public font-cardo
+  (package
+    (name "font-cardo")
+    (version "1.04")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://scholarsfonts.net/cardo"
+                                  (string-delete #\. version) ".zip"))
+              (sha256
+               (base32
+                "0ps55zjva4fzmg47w2i8srrh8sqxz1wkcclihwgzlwfbaxixn0cl"))))
+    (build-system font-build-system)
+    (home-page "https://scholarsfonts.net/cardofnt.html")
+    (synopsis "Unicode font for classical scholarship")
+    (description
+     "Cardo is a large Unicode font specifically designed for the needs of
+classicists, Biblical scholars, medievalists, and linguists.  Since it may be
+used to prepare materials for publication, it also contains features that are
+required for high-quality typography, such as ligatures, text figures (also
+known as old style numerals), true small capitals and a variety of punctuation
+and space characters.")
+    (license license:silofl1.1)))
+
 (define-public font-chivo
   (let ((commit "dc61c468d79781eb5183426e88e844af16cdc3e5")
         (revision "0"))

base-commit: c0e21e523d93081153a2ffc91e5a9f06afe62b91
-- 
2.41.0





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

* bug#68277: [PATCH] gnu: Add font-cardo.
  2024-01-06  6:57 [bug#68277] [PATCH] gnu: Add font-cardo Hilton Chain via Guix-patches via
@ 2024-01-07 18:55 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2024-01-07 18:55 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 68277-done, Zhu Zihao, 宋文武


> +     "Cardo is a large Unicode font specifically designed for the needs of
> +classicists, Biblical scholars, medievalists, and linguists.  Since it may be

I removed unneeded capital character and applied,

Thanks,

Mathieu




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

end of thread, other threads:[~2024-01-07 18:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-06  6:57 [bug#68277] [PATCH] gnu: Add font-cardo Hilton Chain via Guix-patches via
2024-01-07 18:55 ` bug#68277: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.