Nerd Font
ZedMono Nerd Font
Zed Mono monospaced font with Nerd Fonts glyph augmentation. Zed Mono is the default editor font of the Zed code editor — derived from Iosevka but with a wider, more humanist construction and a generous extended ("Extended") cut for screen reading. Patched with ~10,000 additional icons (Powerline, Material Design Icons, Font Awesome, Devicons, Octicons, Codicons, etc.). Both the standard and Extended widths ship in the archive.
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 = "ZedMono Nerd Font"
fallback = ["Zed Mono", "Iosevka", "JetBrains Mono", "Menlo", "Monaco", "Consolas", "monospace"]
size = 13
weight = 400
nerd_font = true Weights & styles
- weights
300, 400, 500, 700, 800 - styles
normal, italic - fallback stack
Zed Mono → Iosevka → JetBrains Mono → Menlo → Monaco → Consolas → monospace