Change the default config file to add Ubuntu Mono and Monospace to the fontFamily list for Ubuntu

This commit is contained in:
Mohammad Fares 2018-07-25 19:18:01 +03:00
parent 3d7a985ea3
commit dd9452804c
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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