Nerd Font
CaskaydiaMono Nerd Font
Cascadia Mono with Nerd Fonts glyph augmentation, distributed under the renamed family "CaskaydiaMono" to comply with the OFL Reserved Font Name on "Cascadia Code". Cascadia Mono is Microsoft's monospaced typeface — the ligature-free sibling of Cascadia Code — designed for the Windows Terminal and Visual Studio. Patched with ~10,000 additional icons (Powerline, Material Design Icons, Font Awesome, Devicons, Octicons, Codicons, etc.).
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 = "CaskaydiaMono Nerd Font"
fallback = ["Cascadia Mono", "Cascadia Code", "Consolas", "Menlo", "Monaco", "Liberation Mono", "monospace"]
size = 13
weight = 400
nerd_font = true Weights & styles
- weights
200, 300, 350, 400, 600, 700 - styles
normal, italic - fallback stack
Cascadia Mono → Cascadia Code → Consolas → Menlo → Monaco → Liberation Mono → monospace