Nerd Font
Symbols Nerd Font
Icon-only — Nerd Fonts glyph set without a base font. Combine with any other font for icon coverage when you don't want to patch. Ships ~10,000 icons (Powerline, Material Design Icons, Font Awesome, Devicons, Octicons, Codicons, Weather, Pomicons, etc.) as a self-contained symbols-only family. Two cuts are distributed: a proportional variant (SymbolsNerdFont) and a monospaced variant (SymbolsNerdFontMono) sized to one terminal cell.
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 = "Symbols Nerd Font"
fallback = ["Symbols Nerd Font Mono", "Symbols Nerd Font", "monospace"]
size = 13
weight = 400
nerd_font = true Weights & styles
- weights
400 - styles
normal - fallback stack
Symbols Nerd Font Mono → Symbols Nerd Font → monospace