summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-12-07 18:16:22 +0100
committeryuzu-eva <stevenhu@web.de>2022-12-07 18:16:22 +0100
commit0943d9e00904acb8c380615e7e03c34ca44f83de (patch)
tree2a1d9b9b5df8dd93e87e85164297d850b77a464d /config.h
parentc87c42848d1bd561c6053959c8664862b7600139 (diff)
changed font
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index b50ffc1..2e0841e 100644
--- a/config.h
+++ b/config.h
@@ -7,7 +7,7 @@
*/
static char *font = "Hack Nerd Font:size=11:antialias=true:autohint=true";
/* Spare fonts*/
-static char *font2[] = { "Symbola:pixelsize=10:antialias=true:autohint=true" };
+static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" };
static int borderpx = 2;
/*