commit cfefd64cd81613898547abae786d2aca31767d68
parent 8bf61de986445f8aa2ef923fcbb097ff66219780
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Tue, 31 Mar 2020 12:51:24 +0200
Change font back to inconsolata
With the new major version of inconsolata the solution is to explicitly
state the font family
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/suckless/st/config.h b/suckless/st/config.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Mono:pixelsize=20:antialias=true:autohint=true";
+static char *font = "Inconsolata Regular:family=mono:pixelsize=20:antialias=true:autohint=true";
static int borderpx = 2;
/*