Lekton

Monospace por ISIA Urbino #754 no Google Fonts
Peso

Sobre Lekton

Lekton is a monospace typeface developed at ISIA Urbino with an unusual geometric clarity — its characters are constructed on a strict grid that gives the font a distinctly architectural, designed quality compared to conventional terminal fonts. Available in regular and bold, its restrained aesthetic sits at the intersection of the functional and the formal. It suits code editors, terminal interfaces, and design projects where monospace type needs to carry a considered, Bauhaus-influenced visual presence.

Mapa de Caracteres

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

Visualização do 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(', ')}`);

Distinção de Caracteres

Você consegue diferenciar estes? Uma boa fonte monospace torna caracteres similares fáceis de distinguir.

Zero vs O 0 O o
Um vs l vs I 1 l I | !
Aspas ' ' " " ` ´
Chaves ( ) [ ] { } < >
Pontuação . , : ; .. ...

Cascata de Pesos (2)

400 Regular
700 Bold

Como Usar

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

Detalhes

Categoria
Monospace
Pesos
2
Itálico
Coreano
Designer
ISIA Urbino
Licença
OFL
Versão
Popularidade
#754
Downloads
184

Uso da Licença

Uso na webPermitido
ImpressãoPermitido
Vídeo / TransmissãoPermitido
EmbalagemPermitido
Incorporação em appPermitido
Marca / LogoPermitido
ModificaçãoPermitido

OFL — Gratuito para uso pessoal e comercial

Suporte a Idiomas

latin latin-ext

Ideal Para

code_editors technical_docs presentations web_apps ui_elements