Courier Prime

Monospace بواسطة Alan Dague-Greene #237 على Google Fonts
الوزن

حول Courier Prime

Alan Dague-Greene's Courier Prime is a refined reimagining of the classic Courier typewriter face, correcting optical inconsistencies from the original IBM design while preserving the authentic fixed-width character and nostalgic texture. The two-weight family — regular and bold — makes it practical for screenwriting software (where Courier is the industry standard format), code display, and editorial designs that invoke typewriter aesthetics deliberately. Its improvement over raw Courier is subtle but meaningful at body text sizes.

خريطة الأحرف

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

التفاصيل

الفئة
Monospace
الأوزان
2
مائل
الكورية
المصمم
Alan Dague-Greene
الترخيص
OFL
الإصدار
الشعبية
#237
التنزيلات
181

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

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

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

دعم اللغات

latin latin-ext

الأنسب لـ

code_editors technical_docs web_apps branding ui_elements