Using Consolas as the default font on Windows (#1196)

Consolas is the default fixed-width font on Windows Vista+ for
the Windows platform.
This commit is contained in:
Mahmoud Al-Qudsi 2016-12-17 16:34:07 -06:00 committed by Guillermo Rauch
parent b2f67c73e4
commit 5d1533c31d

View file

@ -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)',