mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
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:
parent
b2f67c73e4
commit
5d1533c31d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)',
|
||||
|
|
|
|||
Loading…
Reference in a new issue