JetBrains Mono

Monospace coding-mono von JetBrains #49 auf Google Fonts
Stärke

Über uns JetBrains Mono

Intern von JetBrains entwickelt, wurde diese Monospace-Schrift speziell für lange Programmiersitzungen konstruiert – mit erhöhter Zeichenhöhe, reduzierter Augenbelastung durch breitere Buchstabenformen und 138 Programmier-Ligaturen, die gängige Operatorpaare zu sauberen einzelnen Glyphen verschmelzen. Die variable Gewichtsachse umfasst acht Stufen, und die Schrift unterstützt neben Latein auch Kyrillisch, Griechisch und Vietnamesisch. Ihre technische Präzision und Lesbarkeit unter Syntax-Highlighting haben sie zu einer bevorzugten Wahl unter Entwicklern weltweit gemacht.

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

Coding-Ligaturen

=> != !== === >= <= -> ->> |> <| :: && || ++ -- ** // /* */ ?? << >> ?. ...

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 (8)

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

Verwendung

<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100;200;300;500;600;700;800;400&display=swap" rel="stylesheet">
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100;200;300;500;600;700;800;400&display=swap');
font-family: 'JetBrains Mono', monospace;
brew install --cask font-jetbrains-mono
On this page

Details

Kategorie
Monospace
Stärken
8
Kursiv
Koreanisch
Designer
JetBrains
Lizenz
OFL
Version
Beliebtheit
#49
Downloads
807

Lizenznutzung

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

OFL — Kostenlos für private und kommerzielle Nutzung

Sprachunterstützung

cyrillic cyrillic-ext greek latin latin-ext vietnamese

Am besten geeignet für

code_editors technical_docs web_apps ui_elements presentations

Typografie-Konzepte

  • Monospace

    A typeface where every character occupies the same horizontal width. Essential for code editors and tabular data.

  • Font Stack

    An ordered list of fonts in CSS font-family, providing fallbacks if the preferred font is unavailable. E.g., 'Inter, system-ui, sans-serif'.

Artikel über JetBrains Mono

Frequently Asked Questions

Is the JetBrains Mono font free for commercial use?

Yes — JetBrains Mono is an open-source font, free to use in personal and commercial projects.

What type of typeface is JetBrains Mono?

JetBrains Mono is a Monospace typeface. It is offered as a variable font.

What does JetBrains Mono support?

JetBrains Mono primarily supports text. It includes ligature support.