diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-30 13:27:43 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-30 13:27:43 (EDT) |
commit | eb0f73c62e1c602a9c681805e6de7198798400cb (patch) | |
tree | 3e5c86c000ca8c29011610b5fde2aacabee409e7 | |
parent | 58f1f49853f68639c73404a6440a5c7b8cc26429 (diff) |
Add patch to use M+ font by default.
-rw-r--r-- | patches/02_use-mplus-font-by-default.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/patches/02_use-mplus-font-by-default.patch b/patches/02_use-mplus-font-by-default.patch new file mode 100644 index 0000000..6614635 --- /dev/null +++ b/patches/02_use-mplus-font-by-default.patch @@ -0,0 +1,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); |