Change the default value for fontFamily
This commit is contained in:
parent
aea429797d
commit
06b740854e
|
@ -72,7 +72,8 @@ cursorStyle: block
|
|||
|
||||
# Font family
|
||||
# You can use any font that is installed on your machine
|
||||
fontFamily: Monaco, "Lucida Console", "Ubuntu Mono", Monospace
|
||||
# in CSS-like syntax
|
||||
fontFamily: "Monaco, Lucida Console, Ubuntu Mono, Monospace"
|
||||
|
||||
# The size of the font
|
||||
fontSize: 12
|
||||
|
|
Loading…
Reference in New Issue