fixed font master
authorMatthewOwens <matthew@owens.tech>
Mon, 22 Jun 2020 19:17:26 +0000 (20:17 +0100)
committerMatthewOwens <matthew@owens.tech>
Mon, 22 Jun 2020 19:17:26 +0000 (20:17 +0100)
config.def.h

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