2

I want to use Fira Code in VS Code (Windows) and have already configured the font as explained in the instructions. Somehow, the font seems to look blurry. How can I fix that?

"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
ford04
  • 66,267
  • 20
  • 199
  • 171

1 Answers1

5

Make sure to install TTF for Windows (and Linux) - not OTF. A blurry font likely indicates, that the wrong font type is chosen.

Check (Windows 10):

- Type "font" in search panel and select Font settings

enter image description here

- Filter to Fira Code and click the panel

enter image description here

- Check for each font face, that font file has ".ttf" extension

enter image description here

- If not (.otf), use the uninstall button and repeat font installation (now TTF).

ford04
  • 66,267
  • 20
  • 199
  • 171