JetBrains Mono
Ü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
NnOoPpQqRrSsTtUuVvWwXxYyZz
0123456789
!@#$%^&*()_+-=[]{}|;':",.<>?
Code-Editor-Vorschau
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.
Gewichts-Wasserfall (8)
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
- Stil
- coding-mono
- Stärken
- 8
- Kursiv
- ✓
- Koreanisch
- ✗
- Designer
- JetBrains
- Lizenz
- OFL
- Version
- Beliebtheit
- #49
- Downloads
- 807
Lizenznutzung
| Webnutzung | Erlaubt |
| Druck | Erlaubt |
| Video / Rundfunk | Erlaubt |
| Verpackung | Erlaubt |
| App-Einbettung | Erlaubt |
| Marke / Logo | Erlaubt |
| Bearbeitung | Erlaubt |
OFL — Kostenlos für private und kommerzielle Nutzung
Sprachunterstützung
Am besten geeignet für
Ähnliche Fonts
Vergleichen
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.