GNU bug report logs -
#76818
[PATCH] gnu: Add font-lisnoti.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 3 Apr 2025 16:51:30 +0200
with message-id <Z-6gcqMfmiMKTL2b <at> jurong>
and subject line Close
has caused the debbugs.gnu.org bug report #76818,
regarding [PATCH] gnu: Add font-lisnoti.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
76818: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76818
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
This has just gone through QA, so I have pushed the commit.
Andreas
This bug report was last modified 48 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.