[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: Add font-cardo.
From: |
guix-commits |
Subject: |
09/10: gnu: Add font-cardo. |
Date: |
Sun, 7 Jan 2024 14:53:20 -0500 (EST) |
mothacehe pushed a commit to branch master
in repository guix.
commit ccce23bd81b3386bdccddb8c65bd1718da13497f
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Jan 6 14:57:36 2024 +0800
gnu: Add font-cardo.
* gnu/packages/fonts.scm (font-cardo): New variable.
Change-Id: I60edadc74c33690bb14dff209979a57f22dd5277
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
gnu/packages/fonts.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 68c0770d78..e050f4fde9 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -123,6 +123,29 @@
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"))
- branch master updated (5f8a993aa8 -> 51735eac1c), guix-commits, 2024/01/07
- 06/10: gnu: s7: Update to 618de30., guix-commits, 2024/01/07
- 07/10: gnu: txt2tags: Update to 3.9., guix-commits, 2024/01/07
- 04/10: gnu: Add laszip., guix-commits, 2024/01/07
- 02/10: gnu: cgit: Update to 1.2.3-793c420., guix-commits, 2024/01/07
- 09/10: gnu: Add font-cardo.,
guix-commits <=
- 01/10: Update mailmap., guix-commits, 2024/01/07
- 05/10: gnu: Add guile-yamlpp., guix-commits, 2024/01/07
- 08/10: gnu: font-sarasa-gothic: Update to 1.0.3., guix-commits, 2024/01/07
- 03/10: gnu: ovmf: Update to 202311., guix-commits, 2024/01/07
- 10/10: gnu: dtc: Update to 1.7.0., guix-commits, 2024/01/07