Change the default config file to add Ubuntu Mono and Monospace to the fontFamily list for Ubuntu
This commit is contained in:
parent
3d7a985ea3
commit
dd9452804c
|
@ -269,7 +269,7 @@ terminalizer config
|
|||
## Terminal
|
||||
|
||||
* `cursorStyle`: Cursor style can be one of `block`, `underline`, or `bar`.
|
||||
* `fontFamily`: You can use any font that is installed on your machine like `Monaco` or `Lucida Console`.
|
||||
* `fontFamily`: You can use any font that is installed on your machine like `Monaco` or `Lucida Console` (CSS-like list).
|
||||
* `fontSize`: The size of the font in pixels.
|
||||
* `lineHeight`: The height of lines in pixels.
|
||||
* `letterSpacing`: The spacing between letters in pixels.
|
||||
|
|
|
@ -72,7 +72,7 @@ cursorStyle: block
|
|||
|
||||
# Font family
|
||||
# You can use any font that is installed on your machine
|
||||
fontFamily: Monaco, Lucida Console
|
||||
fontFamily: Monaco, "Lucida Console", "Ubuntu Mono", Monospace
|
||||
|
||||
# The size of the font
|
||||
fontSize: 12
|
||||
|
|
Loading…
Reference in New Issue