Cousine

Monospace بواسطة Steve Matteson #403 على Google Fonts
الوزن

حول Cousine

Steve Matteson designed Cousine as a metrically compatible alternative to Courier, making it a practical drop-in replacement in environments that depend on fixed-width spacing without the typewriter aesthetic. Its coverage extends to Cyrillic, Greek, Hebrew, and Vietnamese — far broader than most courier-style fonts. The result is a sturdy, neutral monospace that serves technical documents, legal filings, and code display across multiple writing systems.

خريطة الأحرف

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

التفاصيل

الفئة
Monospace
الأوزان
2
مائل
الكورية
المصمم
Steve Matteson
الترخيص
OFL
الإصدار
الشعبية
#403
التنزيلات
175

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

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

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

دعم اللغات

cyrillic cyrillic-ext greek greek-ext hebrew latin latin-ext vietnamese

الأنسب لـ

code_editors technical_docs presentations web_apps ui_elements