diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-08-19 12:43:54 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-08-19 12:43:54 +0100 |
| commit | d9b965b102015be60b7fe7aa228a85af2cd3bf4b (patch) | |
| tree | e52e77c3330b397eea4cb940737c1284ff0ba765 | |
| parent | e820dfb2578b3175b11e53b7338a9762bd119b56 (diff) | |
Increase font size
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; /* |
