mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-25 16:47:37 +02:00
.. | ||
Bold | ||
Bold-Italic | ||
Bold-Oblique | ||
Extra-Light | ||
Extra-Light-Italic | ||
Extra-Light-Oblique | ||
Italic | ||
Light | ||
Light-Italic | ||
Light-Oblique | ||
Medium | ||
Medium-Italic | ||
Medium-Oblique | ||
Oblique | ||
Regular | ||
Semi-Bold | ||
Semi-Bold-Italic | ||
Semi-Bold-Oblique | ||
Thin | ||
Thin-Italic | ||
Thin-Oblique | ||
font-info.md | ||
readme.md |
A programming font with semi-connected cursive italics and symbol ligatures.
More information and download: rubjo.github.io/victor-mono. I would be grateful if you point others to the same URL.
For use in apps, web pages or other projects:
npm i victormono
(installs Regular, Italic, Bold and Bold Italic styles)import 'victormono'
(in a typical modern setup, eg. webpack)- Style classes with
font-family: 'Victor Mono'
,font-weight
andfont-style
Alternative CDN hosting, best for online editors like CodePen:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/victormono@latest/dist/index.min.css">
in<head>
or top of<body>
- Style classes with
font-family: 'Victor Mono', monospace
If you like it and want to say thanks, donations are welcome. ❤️
Which font?
TL;DR
- Pick your font family and then select from the
'complete'
directory.- If you are on Windows pick a font with the
'Windows Compatible'
suffix.- This includes specific tweaks to ensure the font works on Windows, in particular monospace identification and font name length limitations
- If you are limited to monospaced fonts (because of your terminal, etc) then pick a font with the
'Mono'
suffix. - If you want to have bigger icons (usually around 1.5 normal letters wide) pick a font without
'Mono'
suffix. Most terminals support this, but ymmv.
- If you are on Windows pick a font with the
Ligatures
Ligatures are generally preserved in the patched fonts.
Nerd Fonts v2.0.0
had no ligatures in the Nerd Font Mono
fonts, this has been dropped with v2.1.0
.
If you have a ligature-aware terminal and don't want ligatures you can (usually) disable them in the terminal settings.
Explanation
Once you narrow down your font choice of family (Droid Sans
, Inconsolata
, etc) and style (bold
, italic
, etc) you have 2 main choices:
Option 1: Download already patched font
- For a stable version download a font package from the release page
- Or download the development version from the
complete
folder here
Option 2: Patch your own font
- patch your own variations with the various options provided by the font patcher (see each font's readme for full list of combinations available)
- This is the option you want if the font you use is not already included or you want maximum control of what's included
- This contains a list of all permutations of the various glyphs. E.g. You want the font with only Octicons or you want the font with just Font Awesome and Devicons.
For more information see: The FAQ