Ubuntu Mono

Monospace بواسطة Dalton Maag #388 على Google Fonts
الوزن

حول Ubuntu Mono

Designed by Dalton Maag as part of the Ubuntu type family commissioned by Canonical, Ubuntu Mono brings the humanist character of the broader Ubuntu family into a fixed-width format. The design balances programmer practicality with distinctive personality — letterforms are slightly unorthodox compared to traditional monospace typefaces, making it feel fresh. Cyrillic, Greek, and their extended variants are fully supported.

خريطة الأحرف

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=Ubuntu+Mono:wght@700;400&display=swap" rel="stylesheet">
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@700;400&display=swap');
font-family: 'Ubuntu Mono', monospace;
brew install --cask font-ubuntu-mono

التفاصيل

الفئة
Monospace
الأوزان
2
مائل
الكورية
المصمم
Dalton Maag
الترخيص
OFL
الإصدار
الشعبية
#388
التنزيلات
192

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

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

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

دعم اللغات

cyrillic cyrillic-ext greek greek-ext latin latin-ext

الأنسب لـ

code_editors technical_docs web_apps ui_elements body_text