GNU bug report logs - #76818
[PATCH] gnu: Add font-lisnoti.

Previous Next

Package: guix-patches;

Reported by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Date: Fri, 7 Mar 2025 17:46:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 76818 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#76818; Package guix-patches. (Fri, 07 Mar 2025 17:46:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
New bug report received and forwarded. Copy sent to iyzsong <at> envs.net, guix-patches <at> gnu.org. (Fri, 07 Mar 2025 17:46:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: guix-patches <at> gnu.org
Cc: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Subject: [PATCH] gnu: Add font-lisnoti.
Date: Fri,  7 Mar 2025 18:44:10 +0100
* gnu/packages/fonts.scm (font-lisnoti): New variable.

Change-Id: I2f0fa6198c0c7c491c43f795d974f574f5979fda
---
 gnu/packages/fonts.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3048289ac0..6fe65bbe3c 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -247,6 +247,33 @@ (define-public font-lilex
 ligatures for common programming multi-character combinations.")
     (license license:silofl1.1)))
 
+(define-public font-lisnoti
+  (let ((commit "9adec42aa352918bfb399c4f0b273f191b922836")
+        (revision "1"))
+    (package
+      (name "font-lisnoti")
+      (version (git-version "0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/Lisnoti/Lisnoti")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "0agy7l2qjmdxvw52bbmnfxqxc5n7l76pq5ha4zg1c1fk8vnkapk7"))))
+      (build-system font-build-system)
+      (home-page "https://github.com/Lisnoti/Lisnoti")
+      (synopsis "Proportional sans serif font for general use and code")
+      (description
+       "Lisnoti is a proportional sans serif font derived from Noto's sans
+serif fonts and is intended for both general use and for writing
+computer code, including in a maths and science context.
+
+Lisnoti is available in regular, italic, bold and bold-italic
+variants.")
+      (license license:silofl1.1))))
+
 (define-public font-inconsolata
   (package
     (name "font-inconsolata")

base-commit: c8bde3c6725be4eb0743a153a3cf8de453d9e448
-- 
2.48.1







This bug report was last modified 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.