Nerd Font
UbuntuSansMono Nerd Font
Ubuntu Sans (Mono cut) with Nerd Fonts glyph augmentation. Ubuntu Sans is the 2022 redesign of the Ubuntu Font Family by Dalton Maag — a cleaner, expanded successor that re-engineers the original Ubuntu sans across more weights and a paired Ubuntu Sans Mono. This atom records the Mono cut (UbuntuSansMono) patched with ~10,000 Nerd Fonts icons for terminal and IDE use.
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 = "UbuntuSansMono Nerd Font"
fallback = ["Ubuntu Sans Mono", "Ubuntu Mono", "DejaVu Sans Mono", "Menlo", "Monaco", "Consolas", "monospace"]
size = 13
weight = 400
nerd_font = true Weights & styles
- weights
400, 500, 600, 700 - styles
normal, italic - fallback stack
Ubuntu Sans Mono → Ubuntu Mono → DejaVu Sans Mono → Menlo → Monaco → Consolas → monospace