From d01ce8ce382a00b0142b5ec0d875555f2b630adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Mon, 21 Jun 2021 09:06:47 +0200 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 c67f5aa..c09c68a 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 = "Iosevka Term Extended:pixelsize=14:antialias=true:autohint=true"; +static char *font = "JetBrains Mono Nerd Font:pixelsize=14:antialias=true:autohint=true"; static int borderpx = 2; /*