From 6c24e32c065d407386e1a7aaaee1a7869421a739 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 15 Jul 2020 15:39:51 +0400 Subject: Changed font for compatibility --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /* -- cgit v1.2.3