Sometype Mono
Monospace
от Ryoichi Tsunekawa
#766 на Google Fonts
Насыщенность
О сайте Sometype Mono
Ryoichi Tsunekawa's monospace offering provides a wght variable axis across four stops, an unusually flexible feature in the monospace category. Clean, neutral letterforms make it a practical choice for code display and terminal interfaces. The weight range also makes it viable for design contexts where monospace has a stylistic rather than purely functional role.
Таблица символов
AaBbCcDdEeFfGgHhIiJjKkLlMm
NnOoPpQqRrSsTtUuVvWwXxYyZz
0123456789
!@#$%^&*()_+-=[]{}|;':",.<>?
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 font делает похожие символы легко различимыми.
Ноль vs O
0 O o
Единица vs l vs I
1 l I | !
Кавычки
' ' " " ` ´
Скобки
( ) [ ] { } < >
Пунктуация
. , : ; .. ...
Каскад насыщенности (4)
400
Regular
500
Medium
600
SemiBold
700
Bold
Как использовать
<link href="https://fonts.googleapis.com/css2?family=Sometype+Mono:wght@500;600;700;400&display=swap" rel="stylesheet">
@import url('https://fonts.googleapis.com/css2?family=Sometype+Mono:wght@500;600;700;400&display=swap');
font-family: 'Sometype Mono', monospace;
brew install --cask font-sometype-mono
On this page
Подробности
- Категория
- Monospace
- Начертания
- 4
- Курсив
- ✓
- Корейский
- ✗
- Дизайнер
- Ryoichi Tsunekawa
- Лицензия
- OFL
- Версия
- Популярность
- #766
- Загрузки
- 790
Условия лицензии
| Использование в вебе | Разрешено |
| Печать | Разрешено |
| Видео / Трансляция | Разрешено |
| Упаковка | Разрешено |
| Встраивание в приложения | Разрешено |
| Бренд / Логотип | Разрешено |
| Модификация | Разрешено |
OFL — Бесплатно для личного и коммерческого использования
Поддержка языков
latin
latin-ext
Лучше всего для
code_editors
technical_docs
web_apps
branding
ui_elements
Frequently Asked Questions
Is the Sometype Mono font free for commercial use?
Yes — Sometype Mono is an open-source font, free to use in personal and commercial projects.
What type of typeface is Sometype Mono?
Sometype Mono is a Monospace typeface. It is offered as a variable font.
What does Sometype Mono support?
Sometype Mono primarily supports text.