Open Visual Studio Code installation folder
Windows:
<PROGRAME FILES>\Microsoft VS Code
, will be refered asINSTALLATION_FOLDER
Find & add font to stylesheets
- Open
INSTALLATION_FOLDER\resources\app\out\vs\workbench\workbench.desktop.main.css
and add font family at the head of.windows/.windows:*
;- Open
INSTALLATION_FOLDER\resources\app\out\vs\workbench\workbench.desktop.main.js
search and add font family at the head of:host-context(.windows|.windows:*)
;
It works, but:
A better solution is to use Windhawk which solves both points, see:
microsoft/vscode#519 (comment)