unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Charles via Guix-patches via <guix-patches@gnu.org>
To: 71964@debbugs.gnu.org
Cc: Charles <charles@charje.net>, "Zhu Zihao" <all_but_last@163.com>,
	宋文武 <iyzsong@envs.net>
Subject: [bug#71964] [PATCH] gnu: fonts: Add Lilex font.
Date: Fri,  5 Jul 2024 21:07:53 -0500	[thread overview]
Message-ID: <1dbfbeda5ac73e53b4e8aee6937519a12e563f02.1720231673.git.charles@charje.net> (raw)

* 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





             reply	other threads:[~2024-07-06  2:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-06  2:07 Charles via Guix-patches via [this message]
2024-07-06  2:55 ` bug#71964: [PATCH] gnu: fonts: Add Lilex font jgart via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1dbfbeda5ac73e53b4e8aee6937519a12e563f02.1720231673.git.charles@charje.net \
    --to=guix-patches@gnu.org \
    --cc=71964@debbugs.gnu.org \
    --cc=all_but_last@163.com \
    --cc=charles@charje.net \
    --cc=iyzsong@envs.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).