* [bug#71964] [PATCH] gnu: fonts: Add Lilex font.
@ 2024-07-06 2:07 Charles via Guix-patches via
2024-07-06 2:55 ` bug#71964: " jgart via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Charles via Guix-patches via @ 2024-07-06 2:07 UTC (permalink / raw)
To: 71964; +Cc: Charles, Zhu Zihao, 宋文武
* gnu/packages/fonts.scm (font-lilex): New variable.
Change-Id: I356897bc84f49e9c83ea0faba26ffcd2aaf62427
---
gnu/packages/fonts.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index a21c6b4d5a..0fa5671f8e 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -197,6 +197,26 @@ (define-public font-ibm-plex
well as other mediums.")
(license license:silofl1.1)))
+(define-public font-lilex
+ (package
+ (name "font-lilex")
+ (version "2.510")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/mishamyrt/Lilex/releases/download/"
+ version
+ "/Lilex.zip"))
+ (sha256
+ (base32
+ "0dq54qk4q1ymdqnp0skxdxzhx475g2gihzs8ijx0nffa29fwzn9g"))))
+ (build-system font-build-system)
+ (home-page "https://github.com/mishamyrt/Lilex")
+ (synopsis "IBM Plex typeface with extended character sets and ligatures")
+ (description "Lilex is a modern programming font containing a set of
+ligatures for common programming multi-character combinations.")
+ (license license:silofl1.1)))
+
(define-public font-inconsolata
(package
(name "font-inconsolata")
base-commit: 01ea5ebc71a5f104af2ed220cb29f88523298ca7
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-06 2:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-06 2:07 [bug#71964] [PATCH] gnu: fonts: Add Lilex font Charles via Guix-patches via
2024-07-06 2:55 ` bug#71964: " jgart via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.