guix-patches
[Top][All Lists]
Advanced

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

[bug#64950] [PATCH] gnu: Add font-arapey.


From: Sergio Pastor Pérez
Subject: [bug#64950] [PATCH] gnu: Add font-arapey.
Date: Sun, 30 Jul 2023 13:10:33 +0200

* gnu/packages/fonts.scm (font-arapey): 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 db2bd7696e..2a87679739 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3336,6 +3336,27 @@ (define-public font-recursive
 interfaces.")
     (license license:silofl1.1)))
 
+(define-public font-arapey
+  (package
+    (name "font-arapey")
+    (version "0.0.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/etunni/arapey";)
+                    (commit "28fa45c7f31afe62f577b0b857570ab0326b9113")))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1wvzx8gkw1d2dc2zqp8a75lc1kr6fvg90asyjkbrcynqi6qnwkaf"))))
+    (build-system font-build-system)
+    (home-page "https://github.com/etunni/arapey";)
+    (synopsis
+     "A typeface that uses soft lines, curving tips, and rhythmic nuances 
reminiscent of cursive writing")
+    (description
+     "Arapey (Ah-ra-pay) is a contemporary modern typeface with some features 
of a Bodoni.")
+    (license license:silofl1.1)))
+
 (define-public font-et-book
   (package
     (name "font-et-book")

base-commit: c173819c8e5235ce02d60b79bd88b10023a7c614
prerequisite-patch-id: c56db9fa7fc4e07452dea53f2d450bd83abbbc1a
prerequisite-patch-id: 3e6318d61f2efa01f4435152f2139eef8f72572c
prerequisite-patch-id: 1b23c59bab92820a1e102137909922f4d71ed8f9
prerequisite-patch-id: 78a291411f8d86beabbf6d49df0cc78702ad4e65
prerequisite-patch-id: 579224b39cae7869ce11e2e8dba046b5eef606c7
-- 
2.39.2






reply via email to

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