summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-12-10 19:43:13 -0500
committerbd <bdunahu@operationnull.com>2025-12-10 19:43:13 -0500
commit1ecd749ad236581642a38aba7befe5a1424ff49d (patch)
treec039c445cd27ec80afc7ad8e981c3d9282e250c5 /modules
parente4a35be74de1e405ecdde47c16ccfe567bfb0494 (diff)
gnu: Add font-runa-mono.
* modules/tanelorn/packages/fonts.scm (font-runa-mono): New variable. * README: Add font-runa-mono.
Diffstat (limited to 'modules')
-rw-r--r--modules/tanelorn/packages/fonts.scm22
1 files changed, 22 insertions, 0 deletions
diff --git a/modules/tanelorn/packages/fonts.scm b/modules/tanelorn/packages/fonts.scm
index eec7dc0..d690124 100644
--- a/modules/tanelorn/packages/fonts.scm
+++ b/modules/tanelorn/packages/fonts.scm
@@ -30,3 +30,25 @@
"Medieval Sharp is a font created for inscriptions on stone, based on
gothic letters.")
(license license:silofl1.1)))
+
+(define-public font-runa-mono
+ (package
+ (name "font-runa-mono")
+ (version "20151014")
+ (source (origin
+ (method url-fetch)
+ (uri
+ (string-append
+ "https://fontlibrary.org/assets/downloads/runa-mono"
+ "/cd1ea272ab14c2f15d42b474db5573a1/runa-mono.zip"))
+ (sha256
+ (base32
+ "14l5rhdrcw4p43qzv06jzl5bcbpg5n7ai6gf4bikq2ads3bxyi1m"))))
+ (build-system font-build-system)
+ (home-page "https://fontlibrary.org/en/font/runa-mono")
+ (synopsis "Font created to provide typography for runic characters")
+ (description
+ "RunaMono is a free font project created mainly to provide typography for
+runic characters (Unicode: 16A0-16F8) and to map runic characters with standard
+latin alphabet.")
+ (license license:silofl1.1)))