summaryrefslogtreecommitdiffstats
path: root/patches/02_use-mplus-font-by-default.patch
blob: 66146351cbcd6af708717345e85c6e0821c7eca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: "P. J. McDermott" <pj@pehjota.net>
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);