summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-08-19 12:43:54 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-08-19 12:43:54 +0100
commitd9b965b102015be60b7fe7aa228a85af2cd3bf4b (patch)
treee52e77c3330b397eea4cb940737c1284ff0ba765
parente820dfb2578b3175b11e53b7338a9762bd119b56 (diff)
Increase font size
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 293e00c..0aa2590 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+static char *font = "Liberation Mono:pixelsize=14:antialias=true:autohint=true";
static int borderpx = 2;
/*