From 5d1533c31da28f2ba9dc4a947da16b6012743f39 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Sat, 17 Dec 2016 16:34:07 -0600 Subject: [PATCH] Using Consolas as the default font on Windows (#1196) Consolas is the default fixed-width font on Windows Vista+ for the Windows platform. --- app/config-default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config-default.js b/app/config-default.js index 8d1072a1..e920e945 100644 --- a/app/config-default.js +++ b/app/config-default.js @@ -4,7 +4,7 @@ module.exports = { fontSize: 12, // font family with optional fallbacks - fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace', + fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace', // terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk) cursorColor: 'rgba(248,28,229,0.8)',