--- libvogl/drivers/X11.c.old 2010-06-19 14:53:13.000000000 -0500 +++ libvogl/drivers/X11.c 2017-01-06 03:40:40.647933234 -0600 @@ -14,8 +14,8 @@ #include "vogl.h" static char *me = "vogl"; -#define LARGEFONT "9x15bold" -#define SMALLFONT "6x13bold" +#define LARGEFONT "9x15" +#define SMALLFONT "6x13" #define MIN(x,y) ((x) < (y) ? (x) : (y))