add jetbrain font vs code code example
Example: use jetbrains mono in vscode
open settings Ctrl+, choice Text Editor -> Font, and add this 'JetBrains Mono' to the font family. Also from there you can change font weight and size, then restart your VS Code to see the change
// Set the font
"editor.fontFamily": "JetBrains Mono",
// Turn on font ligatures
"editor.fontLigatures": true,