Lilex
Type with Purpose
Good typography guides attention, improves understanding, and makes communication effortless.
The Anatomy of a Typeface
By FontSide · June 2026
Every typeface is a system of decisions — about stroke contrast, x-height, spacing, and rhythm. The best ones feel invisible: you stop seeing the letters and start hearing the voice behind them. That transparency is the hardest thing to design.
A high x-height opens up the counters and makes small text breathe. Tight tracking pulls a headline together; loose tracking gives a caption room to exhale. None of these choices are accidents — they are arguments about how reading should feel.
Uppercase
Lowercase
Numerals
Symbols
Package Manager
The recommended way to use fonts in modern web projects.
1. Install Package
pnpm add @fontsource-variable/lilex 2. Import in App
import '@fontsource-variable/lilex/wght.css'; 3. CSS Usage
body {
font-family: "Lilex Variable", monospace;
} Google Fonts CDN
Use Google's CDN to embed the fonts directly via HTML.
HTML <head>
<!-- Please select at least one weight and style --> Fontsource CDN
Skip the build step by adding this directly to your global CSS file.
Global CSS
/* lilex-latin-wght-normal */
@font-face {
font-family: "Lilex Variable";
font-style: normal;
font-display: swap;
font-weight: 100 900;
src: url(https://cdn.jsdelivr.net/fontsource/fonts/lilex:vf@latest/latin-wght-normal.woff2)
format("woff2-variations");
} Background & Story
Lilex is an extended font on top of IBM Plex Mono designed for developers. It contains ligatures, special characters (e.g. PowerLine), Greek and exists in a variable format.
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 (.., ??).
To contribute, see github.com/mishamyrt/Lilex.
There are 5 font weights available in Lilex, ranging from Thin to Bold. In addition, a variable font is available.
Lilex comes with a full set of italics: all weights, ligatures, PowerLine. Lilex Italic can do everything that Lilex does.
The font has support for Latin, Cyrillic and Greek. It also includes ligatures and powerline symbols.
The font has additional styles for some characters, so it can be configured to better fit your needs. Instructions on how to activate OpenType features in your IDE can be found on the internet, or build your own variation of the font with forced features
Some ligatures also have additional options. For example, certain arrows are initially switched off to avoid conflicts with logical operations.
Lilex uses generated ligatures for arrows, so they can be infinite. Combine that to assemble your unique arrows. There is also a full set of single-character arrows (↑, ↓, etc.) in the font.
Tags & Moods
Subsets
Install
pnpm add @fontsource-variable/lilex Designed by
Mike Abbink, Paul van der Laan, Pieter van Rosmalen, Mikhael Khrustik
Links
License
OFL-1.1