Workbench

Monospace von Jens Kutílek #1535 auf Google Fonts
Stärke

Über uns Workbench

Workbench by Jens Kutílek is a monospace typeface styled after segmented LED and dot-matrix displays, but elevated to a variable font with two expressive axes — BLED controls the bleed of lit segments and SCAN simulates scan-line density for a retro-digital effect. The result is highly customizable, ranging from crisp and modern to authentically degraded CRT appearances. It is ideal for tech-themed interfaces, game UIs, data dashboards, and any design invoking terminal or retro-digital nostalgia.

Zeichentabelle

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

Code-Editor-Vorschau

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(', ')}`);

Zeichenunterscheidung

Können Sie diese unterscheiden? Ein gutes monospace font macht ähnliche Zeichen leicht erkennbar.

Null vs O 0 O o
Eins vs l vs I 1 l I | !
Anführungszeichen ' ' " " ` ´
Klammern ( ) [ ] { } < >
Interpunktion . , : ; .. ...

Gewichts-Wasserfall (1)

400 Regular

Verwendung

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

Details

Kategorie
Monospace
Stärken
1
Kursiv
Koreanisch
Designer
Jens Kutílek
Lizenz
OFL
Version
Beliebtheit
#1535
Downloads
176

Lizenznutzung

WebnutzungErlaubt
DruckErlaubt
Video / RundfunkErlaubt
VerpackungErlaubt
App-EinbettungErlaubt
Marke / LogoErlaubt
BearbeitungErlaubt

OFL — Kostenlos für private und kommerzielle Nutzung

Sprachunterstützung

latin math symbols

Am besten geeignet für

code_editors technical_docs web_apps ui_elements presentations