Nova Mono

Monospace от Wojciech Kalinowski #767 на Google Fonts
Насыщенность

О сайте Nova Mono

Nova Mono by Wojciech Kalinowski is a distinctive geometric monospace typeface with an almost futuristic construction — characters are built from precise circular arcs and straight segments, giving it a sci-fi instrument-panel quality uncommon in utility monospace fonts. Greek script support adds multilingual capability. It suits science fiction UI mockups, coding themes seeking a strong visual identity, and display contexts where monospace type is used deliberately for aesthetic effect rather than pure utility.

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

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 | !
Кавычки ' ' " " ` ´
Скобки ( ) [ ] { } < >
Пунктуация . , : ; .. ...

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

400 Regular

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

<link href="https://fonts.googleapis.com/css2?family=Nova+Mono:wght@400&display=swap" rel="stylesheet">
@import url('https://fonts.googleapis.com/css2?family=Nova+Mono:wght@400&display=swap');
font-family: 'Nova Mono', monospace;
brew install --cask font-nova-mono

Подробности

Категория
Monospace
Начертания
1
Курсив
Корейский
Дизайнер
Wojciech Kalinowski
Лицензия
OFL
Версия
Популярность
#767
Загрузки
199

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

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

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

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

greek latin latin-ext

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

code_editors technical_docs web_apps branding ui_elements