Inconsolata

Monospace от Raph Levien #35 на Google Fonts
Насыщенность

О сайте Inconsolata

Raph Levien designed Inconsolata in the tradition of distinguished fixed-width type such as Consolas and Letter Gothic, aiming for the kind of humanist clarity rarely found in monospace typefaces. Its variable font implementation adds both weight and width axes — a significant advantage for coding environments where users customize font rendering — and Vietnamese script support rounds out its practical utility. The letterforms are clean without feeling sterile, making it pleasant for long coding sessions and technical documentation alike.

Таблица символов

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 font делает похожие символы легко различимыми.

Ноль vs O 0 O o
Единица vs l vs I 1 l I | !
Кавычки ' ' " " ` ´
Скобки ( ) [ ] { } < >
Пунктуация . , : ; .. ...

Каскад насыщенности (8)

200 ExtraLight
300 Light
400 Regular
500 Medium
600 SemiBold
700 Bold
800 ExtraBold
900 Black

Как использовать

<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;500;600;700;800;900;400&display=swap" rel="stylesheet">
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;500;600;700;800;900;400&display=swap');
font-family: 'Inconsolata', monospace;
brew install --cask font-inconsolata

Подробности

Категория
Monospace
Начертания
8
Курсив
Корейский
Дизайнер
Raph Levien
Лицензия
OFL
Версия
Популярность
#35
Загрузки
192

Условия лицензии

Использование в вебеРазрешено
ПечатьРазрешено
Видео / ТрансляцияРазрешено
УпаковкаРазрешено
Встраивание в приложенияРазрешено
Бренд / ЛоготипРазрешено
МодификацияРазрешено

OFL — Бесплатно для личного и коммерческого использования

Поддержка языков

latin latin-ext vietnamese

Лучше всего для

code_editors technical_docs web_apps ui_elements presentations

Статьи о Inconsolata