* [bug#56168] [PATCH 1/2] gnu: Add font-artifika.
@ 2022-06-23 10:44 Liliana Marie Prikler
2022-06-23 15:04 ` Liliana Marie Prikler
0 siblings, 1 reply; 2+ messages in thread
From: Liliana Marie Prikler @ 2022-06-23 10:44 UTC (permalink / raw)
To: 56168
* gnu/packages/fonts.scm (font-artifika): New variable.
---
gnu/packages/fonts.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index eaa11b1c81..3c9cf0810b 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -91,6 +91,26 @@ (define-module (gnu packages fonts)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages xorg))
+(define-public font-artifika
+ (package
+ (name "font-artifika")
+ (version "1.102")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/cyrealtype/Artifika")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0nwjm44nys1qz3wyg0mm15gdjpz641xpmsz00n6m8065xrw86q7i"))))
+ (build-system font-build-system)
+ (home-page "https://github.com/cyrealtype/Artifika")
+ (synopsis "Upright italic font")
+ (description "Artifika is an upright italic font for fashionable display
+titling.")
+ (license license:silofl1.1)))
+
(define-public font-ibm-plex
(package
(name "font-ibm-plex")
--
2.36.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [bug#56168] [PATCH 1/2] gnu: Add font-artifika.
2022-06-23 10:44 [bug#56168] [PATCH 1/2] gnu: Add font-artifika Liliana Marie Prikler
@ 2022-06-23 15:04 ` Liliana Marie Prikler
0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2022-06-23 15:04 UTC (permalink / raw)
To: 56168, control
retitle 56168 [PATCH] gnu: Add font-artifika.
thanks
There is no patch 2, the wrong title was generated by me messing with
git.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-23 15:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23 10:44 [bug#56168] [PATCH 1/2] gnu: Add font-artifika Liliana Marie Prikler
2022-06-23 15:04 ` Liliana Marie Prikler
Code repositories for project(s) associated with this 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).