From 40103a48e454a35937916227759341dce26195d4 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 20 May 2025 21:51:09 +0200 Subject: changed main font to my Iosevka Term Custom --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 25d8e45..23de79e 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Hack Nerd Font:size=11:antialias=true:autohint=true"; +static char *font = "Iosevka Term Custom:size=10:antialias=true:autohint=true"; /* Spare fonts*/ static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; static int borderpx = 0; -- cgit v1.2.3