summaryrefslogtreecommitdiff
path: root/font.diff
blob: 64e8d975fbc8375f57bfb051408d3ca5cdc77773 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- config.def.h	2016-06-16 23:40:53.686735584 +0200
+++ config.h	2016-06-16 23:39:33.710064806 +0200
@@ -5,7 +5,7 @@
  *
  * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
  */
-static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
+static char font[] = "Inconsolata:pixelsize=14";
 static int borderpx = 2;
 static char shell[] = "/bin/sh";
 static char *utmp = NULL;