Lilex

Monospace por Mike Abbink, Paul van der Laan, Pieter van Rosmalen, Mikhael Khrustik #1658 en Google Fonts
Peso

Acerca de Lilex

Lilex is a monospaced programming font built on the IBM Plex Mono foundation by Mike Abbink and Paul van der Laan, extended by Mikhael Khrustik with practical coding features including a comprehensive ligature set tailored to common programming operators. Seven weights along a variable axis give developers fine control over on-screen weight, and coverage spans Cyrillic, Greek, and Vietnamese scripts alongside Latin. Its calm, structured character makes it a reliable choice for code editors, terminal emulators, and technical documentation.

Mapa de caracteres

AaBbCcDdEeFfGgHhIiJjKkLlMm
NnOoPpQqRrSsTtUuVvWwXxYyZz
0123456789
!@#$%^&*()_+-=[]{}|;':",.<>?

Vista previa del editor de código

example.js
const fibonacci = (n) => {
  if (n <= 1) return n;
  return fibonacci(n - 1) + fibonacci(n - 2);
};

// Generate first 10 numbers
const results = Array.from(
  { length: 10 },
  (_, i) => fibonacci(i)
);

console.log(`Result: ${results.join(', ')}`);

Distinción de caracteres

¿Puedes distinguirlos? Una buena fuente monoespaciada hace que los caracteres similares sean fáciles de distinguir.

Cero vs O 0 O o
Uno vs l vs I 1 l I | !
Comillas ' ' " " ` ´
Llaves ( ) [ ] { } < >
Puntuación . , : ; .. ...

Cascada de pesos (7)

100 Thin
200 ExtraLight
300 Light
400 Regular
500 Medium
600 SemiBold
700 Bold

Cómo usar

<link href="https://fonts.googleapis.com/css2?family=Lilex:wght@100;200;300;500;600;700;400&display=swap" rel="stylesheet">
@import url('https://fonts.googleapis.com/css2?family=Lilex:wght@100;200;300;500;600;700;400&display=swap');
font-family: 'Lilex', monospace;
brew install --cask font-lilex

Detalles

Categoría
Monospace
Pesos
7
Cursiva
Coreano
Diseñador
Mike Abbink, Paul van der Laan, Pieter van Rosmalen, Mikhael Khrustik
Licencia
OFL
Versión
Popularidad
#1658
Descargas
187

Uso de licencia

Uso webPermitido
ImpresiónPermitido
Video / EmisiónPermitido
EmpaquePermitido
Inserción en appsPermitido
Marca / LogoPermitido
ModificaciónPermitido

OFL — Gratis para uso personal y comercial

Soporte de idiomas

cyrillic cyrillic-ext greek latin latin-ext symbols2 vietnamese

Ideal para

code_editors technical_docs web_apps ui_elements presentations