set font
authorMatthewOwens <matthew@owens.tech>
Sat, 20 Jun 2020 16:10:59 +0000 (17:10 +0100)
committerMatthewOwens <matthew@owens.tech>
Sat, 20 Jun 2020 16:10:59 +0000 (17:10 +0100)
config.def.h

index f38fca7..55c6f5c 100644 (file)
@@ -5,8 +5,7 @@
  *
  * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
  */
-//static char font[] = "xos4 Terminus-15:antialias=true:autohint=true";
-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+static char font[] = "xos4 Terminus-15:antialias=true:autohint=true";
 static int borderpx = 0;
 
 /*