com > github > tonsky >
Fira Code
Fira Code is a monospaced font with programming ligatures by Nikita Prokopov.
The official directions for installation are here.
Notes
On Windows, I installed via chocolatey:
choco install firacode
And then I enabled the ligatures in Visual Studio Code:
- Via keyboard in VSCode: CTRL+,
- Enter “font” in the search
- Added
'Fira Code'
to the beginning of the font family list (I had trouble with terminals if i strictly replaced) - Checked “Enables/Disabled Font Ligatures”

