Skip to content

Instantly share code, notes, and snippets.

@rupeshtiwari
Last active January 8, 2021 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rupeshtiwari/44c892cb29dffd6343d1ab9d1c1dc5cb to your computer and use it in GitHub Desktop.
Save rupeshtiwari/44c892cb29dffd6343d1ab9d1c1dc5cb to your computer and use it in GitHub Desktop.
Get professional fonts in your Visual Studio Code vscode fonts

Vs Code professional fonts

Do you need vs code to show your equals too, greater than equals to , and etc like this?

Then follow below instructions.

Installing Chocolatey

Open Powershell in admin mode and then run below command in powershell

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Next install fira code

Open Powershell in admin mode and then run below command in powershell. When it ask for confirmation type yes

choco install firacode

Next update the vscode

Open Vscode and press Control Comma then u will see user settings and update below settings.

   "editor.fontLigatures": true,
   "editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment