450 B
450 B
Fonts
- Cascadia Code PL => IDE Best font with ligatures
- Delugia Complete => Cascadia Code PL + Nerd font (not work in few IDE)
Configuration VSCode
{
"editor.fontFamily": "'Cascadia Code PL', Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
[...]
}
Configuration Windows Terminal
{
"profiles":
{
"defaults":
{
"fontFace": "Delugia Complete",
[...]
},
[...]
},
[...]
}