Increase default font size to 24

This commit is contained in:
Kai S. K. Engelbart 2021-04-04 19:54:37 +02:00
parent ecc5e5da1b
commit 95f207fdbf
Signed by: kske
GPG Key ID: 8BEB13EC5DF7EF13
1 changed files with 1 additions and 1 deletions

View File

@ -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=24:antialias=true:autohint=true";
static int borderpx = 2;
/*