[PATCH] gnu: Add font-lisnoti.

  • Open
  • quality assurance status badge
Details
One participant
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Nicolas Goaziou
Severity
normal

Debbugs page

Nicolas Goaziou wrote 2 weeks ago
(address . guix-patches@gnu.org)(name . Nicolas Goaziou)(address . mail@nicolasgoaziou.fr)
040a7b79c9282bae0715c5246740ee54a5d5c342.1741369408.git.mail@nicolasgoaziou.fr
* gnu/packages/fonts.scm (font-lisnoti): New variable.

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

Toggle diff (42 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76818@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76818
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help