From dd732fae13b8edf42e7c634aee5aad19332a2f4e Mon Sep 17 00:00:00 2001 From: mishamyrt Date: Wed, 25 Sep 2024 19:07:48 +0300 Subject: [PATCH] docs: clarify project subject --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53ba0a76..7e3df6d0 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@


-Lilex is the modern programming font containing a set of ligatures for common programming multi-character combinations. +Lilex is an extended font on top of [IBM Plex Mono](https://github.com/IBM/plex) designed for developers. It contains ligatures, special characters (e.g. PowerLine), Greek and exists in a variable format. -This is just a font rendering feature: underlying code remains ASCII-compatible. This makes it easier to read and understand the code. In some cases, the ligatures connect closely related characters (`==`, `---`), while in others they optically align the glyphs (`..`, `??`). +Ligatures is just a font rendering feature: underlying code remains ASCII-compatible. This makes it easier to read and understand the code. In some cases, the ligatures connect closely related characters (`==`, `---`), while in others they optically align the glyphs (`..`, `??`). Compiled versions are available under [releases](https://github.com/mishamyrt/Lilex/releases). Bleeding edge builds can be downloaded in the [build](https://github.com/mishamyrt/Lilex/actions/workflows/build.yaml) workflow artifacts.