diff --git a/fonts/CONF.md b/fonts/CONF.md new file mode 100644 index 0000000..c4eb710 --- /dev/null +++ b/fonts/CONF.md @@ -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", + [...] + }, + [...] + }, + [...] +} +``` \ No newline at end of file diff --git a/fonts/CascadiaCodePL.ttf b/fonts/CascadiaCodePL.ttf new file mode 100644 index 0000000..a1e73eb Binary files /dev/null and b/fonts/CascadiaCodePL.ttf differ diff --git a/fonts/CascadiaCodePLItalic.ttf b/fonts/CascadiaCodePLItalic.ttf new file mode 100644 index 0000000..b72dca5 Binary files /dev/null and b/fonts/CascadiaCodePLItalic.ttf differ diff --git a/fonts/DelugiaComplete-Bold.ttf b/fonts/DelugiaComplete-Bold.ttf new file mode 100644 index 0000000..7fdc280 Binary files /dev/null and b/fonts/DelugiaComplete-Bold.ttf differ diff --git a/fonts/DelugiaComplete-BoldItalic.ttf b/fonts/DelugiaComplete-BoldItalic.ttf new file mode 100644 index 0000000..ae3d727 Binary files /dev/null and b/fonts/DelugiaComplete-BoldItalic.ttf differ diff --git a/fonts/DelugiaComplete-Italic.ttf b/fonts/DelugiaComplete-Italic.ttf new file mode 100644 index 0000000..292e0ca Binary files /dev/null and b/fonts/DelugiaComplete-Italic.ttf differ diff --git a/fonts/DelugiaComplete.ttf b/fonts/DelugiaComplete.ttf new file mode 100644 index 0000000..25b1a6e Binary files /dev/null and b/fonts/DelugiaComplete.ttf differ diff --git a/fonts/DelugiaCompleteLight-Italic.ttf b/fonts/DelugiaCompleteLight-Italic.ttf new file mode 100644 index 0000000..ad180e9 Binary files /dev/null and b/fonts/DelugiaCompleteLight-Italic.ttf differ diff --git a/fonts/DelugiaCompleteLight.ttf b/fonts/DelugiaCompleteLight.ttf new file mode 100644 index 0000000..34d14d6 Binary files /dev/null and b/fonts/DelugiaCompleteLight.ttf differ