Vscode: More font options

Created on 15 Apr 2017  路  1Comment  路  Source: microsoft/vscode

A lot of people use fonts like Fira Code, which doesn't has italics. Wouldn't that be great to have options to force no_italics, no_bold, etc?

editor-core feature-request

Most helpful comment

What I would like to see is the ability to choose separate fonts for different styles.

{
  "editor.fontFamily": "'Fira Code'",
  "editor.italicFontFamily": "'Ubuntu Mono'",
  ...
}

>All comments

What I would like to see is the ability to choose separate fonts for different styles.

{
  "editor.fontFamily": "'Fira Code'",
  "editor.italicFontFamily": "'Ubuntu Mono'",
  ...
}
Was this page helpful?
0 / 5 - 0 ratings