JetBrains Mono

Monospace coding-mono tarafından JetBrains #127 Google Fonts'ta
Kalınlık

Hakkında JetBrains Mono

Developed in-house by JetBrains, this monospace typeface was engineered specifically for long programming sessions, with increased letter height, reduced eye strain through wider letterforms, and 138 programming ligatures that merge common operator pairs into clean single glyphs. The variable weight axis covers eight steps, and the typeface supports Cyrillic, Greek, and Vietnamese in addition to Latin. Its technical precision and readability under syntax highlighting have made it a preferred choice among developers worldwide.

Karakter Haritası

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

Kod Editörü Önizlemesi

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

Kodlama Ligatifleri

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

Karakter Ayrımı

Bunları ayırt edebiliyor musunuz? İyi bir monospace font, benzer karakterleri kolayca ayırt etmeyi sağlar.

Sıfır ve O 0 O o
Bir ve l ve I 1 l I | !
Tırnak İşaretleri ' ' " " ` ´
Parantezler ( ) [ ] { } < >
Noktalama İşaretleri . , : ; .. ...

Ağırlık Şelalesi (8)

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

Nasıl Kullanılır

<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

Ayrıntılar

Kategori
Monospace
Kalınlıklar
8
İtalik
Korece
Tasarımcı
JetBrains
Lisans
OFL
Sürüm
Popülerlik
#127
İndirmeler
192

Lisans Kullanımı

Web kullanımıİzin Verildi
Baskıİzin Verildi
Video / Yayınİzin Verildi
Ambalajİzin Verildi
Uygulama yerleştirmeİzin Verildi
Marka / Logoİzin Verildi
Değiştirmeİzin Verildi

OFL — Kişisel ve ticari kullanım için ücretsiz

Dil Desteği

cyrillic cyrillic-ext greek latin latin-ext vietnamese

En İyi Kullanım Alanları

code_editors technical_docs web_apps ui_elements presentations

Tipografi Kavramları

  • 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'.

Hakkında Makaleler JetBrains Mono