Answers for "jetbrains mono vscode not working"

11

use jetbrains mono in vscode

// press ctrl+shift+p search for seetings.josn, and then add those lines.

  "editor.fontFamily": "JetBrains Mono", // Font Family
  "editor.fontSize": 11.3, // Font Size
  "editor.fontWeight": "bold", // Font Weight
  "editor.fontLigatures": true, // Font ligatures
Posted by: Guest on November-02-2020

Code answers related to "jetbrains mono vscode not working"

Code answers related to "Javascript"

Browse Popular Code Answers by Language