Use RobotoMono with size 15 as font

This commit is contained in:
Alexander Weidinger
2018-12-07 23:37:00 +01:00
parent be97f0e19b
commit ec88616e35

View File

@@ -5,7 +5,7 @@
* *
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/ */
static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; static char *font = "RobotoMono:pixelsize=15:antialias=true:autohint=true";
static int borderpx = 2; static int borderpx = 2;
/* /*