suckless-patches/st-patch-1.0.diff
2025-03-15 15:00:32 +01:00

16 lines
566 B
Diff

diff --git a/config.h b/config.h
index c86daa3..acd6360 100644
--- a/config.h
+++ b/config.h
@@ -5,8 +5,8 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "mono:pixelsize=12:antialias=true:autohint=true";
-static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" };
+static char *font = "IntoneMonoNerdFontMono:pixelsize=18:antialias=true:autohint=true";
+static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true", };
static int borderpx = 2;
/*