Run ligaturizer via container
Recent ligaturized version of Consolas can be found in Releases. The releases are tagged with the version of FiraCode used to build the release. All rights for Consolas and Consolas Ligaturized belong to their respective owners. The version presented here is only for demonstration purposes and if you don't have rights to use original Consolas font you can't use the one present here.
Open Control Panel -> Fonts and drag-n-drop the font.
For Linux instructions please refer to the instructions of your particular Linux distribution. You can also have a look at this article which has some explanation and guidance.
Create an output directory called /output. Create and run the one time use container and get your new font from the /output folder.
docker run --rm -v $(pwd)/your-font.ttf:/input -v $(pwd)/output:/output --user $(id -u) rfvgyhn/ligaturizer
docker run --rm -v "$($pwd.Path -replace '^|\\+','/' -replace ':')/your-font.ttf:/input" -v "$($pwd.Path -replace '^|\\+','/' -replace ':')/output:/output" rfvgyhn/ligaturizer
/inputThe font to be ligaturized/outputResulting ligaturized font directory
The following environment variables are available. The values show the defaults used if the var isn't specified.
PREFIX=Prefix to be used when naming the new font (e.g. consola.ttf -> ligaturizedConsolas.ttf)OUTPUT_NAME=Resulting font name (defaults to "fontName Ligaturized")
Ligaturized Consolas