Skip to content

Commit

Permalink
Using Consolas as the default font on Windows (#1196)
Browse files Browse the repository at this point in the history
Consolas is the default fixed-width font on Windows Vista+ for
the Windows platform.
  • Loading branch information
mqudsi authored and rauchg committed Dec 17, 2016
1 parent b2f67c7 commit 5d1533c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config-default.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down

0 comments on commit 5d1533c

Please sign in to comment.