B612 Mono

Monospace بواسطة Nicolas Chauveau, Thomas Paillot, Jonathan Favre-Lamarine, Jean-Luc Vinot #758 على Google Fonts
الوزن

حول B612 Mono

B612 Mono is the monospace member of the B612 family, developed by Nicolas Chauveau, Thomas Paillot, Jonathan Favre-Lamarine, and Jean-Luc Vinot in a research partnership with Airbus to improve cockpit display readability under demanding conditions. Every character is optimized for legibility at small sizes and under stress, with exaggerated differentiation between potentially confusable glyphs. Beyond aviation contexts, it excels in coding environments, terminal emulators, and any application where reliable character disambiguation is critical.

خريطة الأحرف

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

معاينة محرر الكود

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

تمييز الأحرف

هل يمكنك التمييز بينها؟ الخط monospace الجيد يجعل الأحرف المتشابهة سهلة التمييز.

الصفر مقابل O 0 O o
الواحد مقابل l مقابل I 1 l I | !
علامات الاقتباس ' ' " " ` ´
الأقواس ( ) [ ] { } < >
علامات الترقيم . , : ; .. ...

تدرج الأوزان (2)

400 Regular
700 Bold

كيفية الاستخدام

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

التفاصيل

الفئة
Monospace
الأوزان
2
مائل
الكورية
المصمم
Nicolas Chauveau, Thomas Paillot, Jonathan Favre-Lamarine, Jean-Luc Vinot
الترخيص
OFL
الإصدار
الشعبية
#758
التنزيلات
185

استخدام الترخيص

الاستخدام على الويبمسموح
الطباعةمسموح
الفيديو / البثمسموح
التغليفمسموح
التضمين في التطبيقاتمسموح
العلامة التجارية / الشعارمسموح
التعديلمسموح

OFL — مجاني للاستخدام الشخصي والتجاري

دعم اللغات

latin

الأنسب لـ

code_editors technical_docs web_apps branding ui_elements