Consolas is property of Microsoft so it can't be redistributed here. But it is included in all versions of Windows. Here is a script to patch it. This can probably be used with other fonts too.
- Install git, fontforge and python3 eg with
winget install Git.Git FontForge.FontForge Python3
. Add FontForge bin folder to PATH. - Clone this repo with
git clone --recurse-submodules --remote-submodules https://github.com/C4illin/Consolas-Nerd-Font-Ligaturized.git
(this will take a while) - Locate the four Consolas font files on your system and copy them to
Original
- Run
python patch.py
- Install the patched font from the
Output
folder
- Set
"editor.fontFamily": "'LigaConsola Nerd Font', ...
- Set
"editor.fontLigatures": true,
- You may also set
"debug.console.fontFamily":
and"terminal.integrated.fontFamily":
- Run
git pull
- Run
git submodule update --recursive --remote
- Run
python patch.py
which will also update the Nerd Font patcher