Red Hat Mono

Monospace بواسطة MCKL #860 على Google Fonts
الوزن

حول Red Hat Mono

Red Hat Mono by MCKL is the monospace companion to Red Hat's corporate type system, featuring a variable wght axis spanning five stops for design flexibility in code editors, terminal interfaces, and technical documentation. Its construction balances the utilitarian demands of fixed-width code typography with the subtle humanism of the Red Hat Display and Text families, maintaining visual kinship across the system. Particularly well suited to developer tools, programming environments, and technical UIs within Red Hat's design ecosystem or beyond.

خريطة الأحرف

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

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

300 Light
400 Regular
500 Medium
600 SemiBold
700 Bold

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

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

التفاصيل

الفئة
Monospace
الأوزان
5
مائل
الكورية
المصمم
MCKL
الترخيص
OFL
الإصدار
الشعبية
#860
التنزيلات
183

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

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

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

دعم اللغات

latin latin-ext

الأنسب لـ

code_editors technical_docs web_apps branding ui_elements