Set Fira Code as your VS Code font | Windows 11

Rubenshibu
2 min readAug 14, 2021

Hello, World!

I recently used some different fonts in Visual Studio code and now I am stuck with one. I liked it very much and it is pretty good. It’s Fira Code.

So here I am giving all instructions to set up Fira code in Windows 11 Visual Studio code.

If you don’t have Fira code font download this:

Download, its from the Fira code Github repo, and you can see the download and Install Fira code link

Fira Code Download link from its official Github Repo
  1. After downloading Extract the downloaded file.
  2. After extraction install(.ttf files) it to all users in windows.

woohooo installedd!!!

After installation open Visual Studio code

  1. Form menu select File -> Preferences -> Settings (ctrl+,)

2. Update the Font Family to Fira Code , enable the Font Ligatures.

You can directly update the JSON file add the below code

"editor.fontFamily": "Fira Code",
"editor.fontSize": 16,
"editor.fontLigatures": true,

Now open some code and check it ❤.

https://github.com/tonsky/FiraCode

--

--