civodul pushed a commit to branch master
in repository guix.

commit e0f324cabea4e0610c56e7a2868fc4743c2dca8e
Author: Kurome <[email protected]>
AuthorDate: Tue Apr 15 12:04:18 2025 +0900

    gnu: Add font-koruri.
    
    * gnu/packages/fonts.scm (font-koruri): New variable.
    
    Change-Id: I6a2db34eb140b8d4cf5bf4341a33b43f96d85b81
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/fonts.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 5a8bf8fb45..1477c7527a 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3578,6 +3578,30 @@ operating systems and embedded software where timely 
updates and quality
 assurance are essential.")
     (license license:ipa)))
 
+(define-public font-koruri
+  ;; Source: https://github.com/Koruri/Scripts
+  (package
+    (name "font-koruri")
+    (version "20210720")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Koruri/Koruri";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0yadd6rcyf940c441zr1m90srhz9xjsak281bvn6p6br7nsm9gyc"))))
+    (build-system font-build-system)
+    (home-page "https://koruri.github.io/";)
+    (synopsis "Japanese TrueType font obtained by mixing M+ FONTS and Open 
Sans")
+    (description
+     "This package provides the Koruri font, a Japanese TrueType font composed
+of Open Sans and OSDN’s M+ 1p.  It is designed with an emphasis on readability
+in texts containing mixed alphanumeric characters and in user interfaces of
+computer software.")
+    (license license:asl2.0)))
+
 (define-public font-catamaran
   (let ((commit "7559b4906f9c9148fb22c6f89508c3053a78a296")
         (revision "1"))

Reply via email to