Major Mono Display

Monospace بواسطة Emre Parlak #508 على Google Fonts
الوزن

حول Major Mono Display

Emre Parlak's Major Mono Display is a geometric monospace display font in which every character is constructed from modular parts on a strict grid, giving it a retro-digital, almost ASCII-art quality. The single weight works best at large sizes where the systematic geometric construction reads as an intentional design statement. It suits tech branding, generative art projects, sci-fi editorial design, and typographic posters that embrace computational aesthetics.

خريطة الأحرف

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 | !
علامات الاقتباس ' ' " " ` ´
الأقواس ( ) [ ] { } < >
علامات الترقيم . , : ; .. ...

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

400 Regular

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

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

التفاصيل

الفئة
Monospace
الأوزان
1
مائل
الكورية
المصمم
Emre Parlak
الترخيص
OFL
الإصدار
الشعبية
#508
التنزيلات
193

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

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

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

دعم اللغات

latin latin-ext vietnamese

الأنسب لـ

code_editors technical_docs web_apps ui_elements presentations