Add font
This commit is contained in:
parent
4b962e75fc
commit
a2ea5d14ea
9 changed files with 31 additions and 0 deletions
31
fonts/CONF.md
Normal file
31
fonts/CONF.md
Normal 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
BIN
fonts/CascadiaCodePL.ttf
Normal file
Binary file not shown.
BIN
fonts/CascadiaCodePLItalic.ttf
Normal file
BIN
fonts/CascadiaCodePLItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/DelugiaComplete-Bold.ttf
Normal file
BIN
fonts/DelugiaComplete-Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/DelugiaComplete-BoldItalic.ttf
Normal file
BIN
fonts/DelugiaComplete-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/DelugiaComplete-Italic.ttf
Normal file
BIN
fonts/DelugiaComplete-Italic.ttf
Normal file
Binary file not shown.
BIN
fonts/DelugiaComplete.ttf
Normal file
BIN
fonts/DelugiaComplete.ttf
Normal file
Binary file not shown.
BIN
fonts/DelugiaCompleteLight-Italic.ttf
Normal file
BIN
fonts/DelugiaCompleteLight-Italic.ttf
Normal file
Binary file not shown.
BIN
fonts/DelugiaCompleteLight.ttf
Normal file
BIN
fonts/DelugiaCompleteLight.ttf
Normal file
Binary file not shown.
Loading…
Reference in a new issue