1
0
Fork 0
This commit is contained in:
Florian RICHER 2021-07-02 16:10:31 +02:00
parent 4b962e75fc
commit a2ea5d14ea
9 changed files with 31 additions and 0 deletions

31
fonts/CONF.md Normal file
View file

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

BIN
fonts/CascadiaCodePL.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
fonts/DelugiaComplete.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.