guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 24653491c8dde1975c76533cc2046298eed400b0
Author: Liam Hupfer <l...@hpfr.net>
AuthorDate: Tue Aug 12 21:45:25 2025 -0500

    gnu: Add font-new-computer-modern.
    
    * gnu/packages/fonts.scm (font-new-computer-modern): New variable.
    
    Change-Id: I35bd66553bec4eeea20308ab8b7c2280fefd84ee
    Signed-off-by: Liliana Marie Prikler <liliana.prik...@gmail.com>
---
 gnu/packages/fonts.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index bd23cbe302..2f81e4dde7 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1179,6 +1179,29 @@ additional characters (mostly accented ones).  This 
package provides the
 OpenType variant of these fonts.")
     (license license:gfl1.0)))
 
+(define-public font-new-computer-modern
+  (package
+    (name "font-new-computer-modern")
+    (version "7.0.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://download.gnu.org.ua/release/newcm/";
+                           "newcm-" version ".txz"))
+       (file-name (string-append name "-" version ".tar.xz"))
+       (sha256
+        (base32 "0j7d5brjpaakhs826wpjpmbn5kijf0k4pklafi6ijp922092jivx"))))
+    (build-system font-build-system)
+    (home-page "https://ctan.org/pkg/newcomputermodern";)
+    (synopsis "OpenType fonts based on Computer Modern including non-Latin")
+    (description
+     "NewComputerModern is a new assembly of Computer Modern fonts including
+extensions in many directions for both Latin based languages, non-Latin based
+languages and Mathematics, all compatible in style to CM fonts.  In addition
+to the Regular weight of Computer Modern, it provides a Book weight for
+heavier printing.")
+    (license license:gfl1.0)))
+
 (define-public font-amiri
   (package
     (name "font-amiri")

Reply via email to