Diego Ramírez
Diego Ramírez

Reputation: 29

Can't change vscode font

The problem is that I have the font installed in my pc, but when I change it in the settings, it sets a weird font

enter image description here

The font that i want is Iosevka Json settings:

enter image description here

Upvotes: 0

Views: 3948

Answers (1)

kamish
kamish

Reputation: 11

I know it's been late to reply and maybe you have found out the answer for it but here is what I think could be wrong with the code.

  1. First check if you have given the name of the font corerct or not by going into the Font Settings.
  2. Second, font names such as MS Gothic or SourceCodePro-Medium should be in inside a double quote and the font name (i.e. MS Gothic and SourceCodePro-Medium) in single quote, also to be sure type monospace at last.
  3. Third, be mindful of the space you give.

And if you think everything is alright then close VS Code and then open it again!

Upvotes: 1

Related Questions