The default fonts vary on Windows, Mac, and Linux. Starting with VSCode 1.15.1, the default font settings can be found in the source code :
const DEFAULT_WINDOWS_FONT_FAMILY = 'Consolas, \'Courier New\', monospace'; const DEFAULT_MAC_FONT_FAMILY = 'Menlo, Monaco, \'Courier New\', monospace'; const DEFAULT_LINUX_FONT_FAMILY = '\'Droid Sans Mono\', \'Courier New\', monospace, \'Droid Sans Fallback\'';
Andy Li Aug 29 '17 at 5:49 on 2017-08-29 05:49
source share