unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64950] [PATCH] gnu: Add font-arapey.
@ 2023-07-30 11:10 Sergio Pastor Pérez
  0 siblings, 0 replies; only message in thread
From: Sergio Pastor Pérez @ 2023-07-30 11:10 UTC (permalink / raw)
  To: 64950; +Cc: Sergio Pastor Pérez

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-30 11:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-30 11:10 [bug#64950] [PATCH] gnu: Add font-arapey Sergio Pastor Pérez

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).