Search code examples
visual-studio-code

Fira code font stuck on bold for vscode, How to fix it?


I've use Fira Code for a while and i just got my new computer working, When installed Fira Code again into VSCODE, The font stuck on bold and i don't know how to get it working as usual. This is how it the setting.json looks


Solution

  • Try to put Fira Code in single quotes:

    "editor.fontFamily": "'Fira Code', sans-serif",