Spline Sans Mono

Monospace بواسطة Eben Sorkin, Mirko Velimirović #1126 على Google Fonts
الوزن

حول Spline Sans Mono

Spline Sans Mono, designed by Eben Sorkin and Mirko Velimirović, is a monospaced companion to the Spline Sans family, carrying over its open, humanist proportions into a fixed-width format. The variable weight axis allows the same font to serve both lightweight code comments and heavy-weight UI labels, reducing font file overhead. It excels in developer tools, code editors, technical documentation, and any interface where monospaced text needs to feel refined rather than utilitarian.

خريطة الأحرف

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

التفاصيل

الفئة
Monospace
الأوزان
5
مائل
الكورية
المصمم
Eben Sorkin, Mirko Velimirović
الترخيص
OFL
الإصدار
الشعبية
#1126
التنزيلات
180

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

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

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

دعم اللغات

latin latin-ext

الأنسب لـ

code_editors technical_docs web_apps branding ui_elements