me
/
guix
Archived
1
0
Fork 0

gnu: fonts: Add font-lilex.

* gnu/packages/fonts.scm (font-lilex): New variable.

Change-Id: I356897bc84f49e9c83ea0faba26ffcd2aaf62427
Signed-off-by: jgart <jgart@dismail.de>
master
Charles 2024-07-05 21:07:53 -05:00 committed by jgart
parent 95dd0ed736
commit 5b6e65a5b5
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35
1 changed files with 20 additions and 0 deletions

View File

@ -197,6 +197,26 @@ fonts have been designed to work well in user interface (UI) environments as
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")