summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-07-15 15:39:51 +0400
committerAndrew <saintruler@gmail.com>2020-07-15 15:39:51 +0400
commit6c24e32c065d407386e1a7aaaee1a7869421a739 (patch)
tree749e97245400e249dc162696ea734f4598e5423b
parent44d72459d9d780c07d66173cb9441ad110391711 (diff)
Changed font for compatibility
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 36c8665..c426df9 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Input Mono:pixelsize=16:antialias=true:autohint=true";
+static char *font = "mono:pixelsize=16:antialias=true:autohint=true";
static int borderpx = 2;
/*