summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-05-20 21:51:09 +0200
committeryuzu-eva <cafebabe@disroot.org>2025-05-20 21:51:09 +0200
commit40103a48e454a35937916227759341dce26195d4 (patch)
treeabf4869f91b177a3a03592e668a28d21dcff232d
parent6bb09feea77a15c434224b90073544c5048a8b95 (diff)
changed main font to my Iosevka Term CustomHEADmaster
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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;