From dd9452804c672bbba1933a14562c4698a44d0117 Mon Sep 17 00:00:00 2001 From: Mohammad Fares Date: Wed, 25 Jul 2018 19:18:01 +0300 Subject: [PATCH] Change the default config file to add Ubuntu Mono and Monospace to the fontFamily list for Ubuntu --- README.md | 2 +- config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 609288e..4de3b13 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/config.yml b/config.yml index 28cca2d..c7f16ec 100644 --- a/config.yml +++ b/config.yml @@ -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