Nerd Font
Terminess Nerd Font
Terminus (TTF) monospaced bitmap-style font with Nerd Fonts glyph augmentation. Terminus is a clean, high-legibility console font long favored on Linux virtual terminals. Patched with ~10,000 additional icons (Powerline, Material Design Icons, Font Awesome, Devicons, Octicons, Codicons, etc.). Distributed under the family name "Terminess Nerd Font" to avoid trademark collision with the upstream Terminus name.
Aa Bb Cc 0123456789
aA Bb 123 <= != => |0Ol1Il|
Sample text
The quick brown fox jumps over the lazy dog.
0123456789 !@#$%^&*() <>?=+-_~
The→quick·brown·fox = (lazy: dog) ?? jumps
Sample code
function fib(n: number): number {
if (n < 2) return n;
return fib(n - 1) + fib(n - 2);
}
// Powerline + git glyphs: main 0 AI:local
// Devicons:
// Material:
// FontAwesome: Use in a theme
Paste this into the [font] block of any theme TOML:
[font]
family = "Terminess Nerd Font"
fallback = ["Terminus", "Terminus (TTF)", "DejaVu Sans Mono", "Menlo", "Monaco", "Consolas", "monospace"]
size = 13
weight = 400
nerd_font = true Weights & styles
- weights
400, 700 - styles
normal, italic - fallback stack
Terminus → Terminus (TTF) → DejaVu Sans Mono → Menlo → Monaco → Consolas → monospace