From 61f9a2684af6a91b1a9394e1008c7edf2afdf79b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Mon, 31 Jul 2023 19:11:57 +0200 Subject: [PATCH] change font to Inconsolata Nerd Font --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 08eb163..8bf2f9a 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 NFM Light:size=12"; +static char *font = "Inconsolata Nerd Font:size=12"; static int borderpx = 2; /*