summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-05-08 00:13:15 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-05-08 00:13:15 +0200
commit79049a9fca3087e13076c4fbd41f4e501497e7e7 (patch)
tree2a2d14012a0df9af58871d630a502c2767ed38b3
parent068fd9714e97ac55fb7c382ba3197b039a99f158 (diff)
Update symbol font
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 4111be9..dbf2239 100644
--- a/config.h
+++ b/config.h
@@ -13,7 +13,7 @@
static char *font = "monospace:pixelsize=11:antialias=true:autohint=true";
/* Spare fonts */
static char *font2[] = {
- "Symbols Nerd Font:pixelsize=12:antialias=true:autohint=true"};
+ "Symbols Nerd Font:style=2048-em:pixelsize=12:antialias=true:autohint=true"};
static int borderpx = 2;
/*