Author: "P. J. McDermott" Subject: Use M+ font by default diff -Naur src.orig/fbi.c src/fbi.c --- src.orig/fbi.c 2012-02-22 12:13:36.000000000 -0500 +++ src/fbi.c 2014-07-30 13:26:21.646707436 -0400 @@ -1481,7 +1481,7 @@ font_init(); if (NULL == fontname) - fontname = "monospace:size=16"; + fontname = "M+ 1m regular:size=16"; face = font_open(fontname); if (NULL == face) { fprintf(stderr,"can't open font: %s\n",fontname);