From af4c8be509533a5204970b95ff35ea491e2bffef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Sun, 3 Jan 2021 17:02:21 +0100 Subject: [PATCH] change font --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index a02f586..49f9558 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Iosevka Term Extended:pixelsize=13:antialias=true:autohint=true"; static int borderpx = 2; /*