From bd806fd3b54e566317a1f6d7671dba883b8a00c5 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:50:08 +0900 Subject: modified st/config.h --- st/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st') diff --git a/st/config.h b/st/config.h index 0f630b0..4696550 100644 --- a/st/config.h +++ b/st/config.h @@ -11,7 +11,7 @@ static char *fonts[] = { "ko:pixelsize=16:antialias=true:autohint=true", }; static size_t currentfont = 0; -static char *font2[] = { "NotoColorEmoji:pixelsize=12:antialias=true:autohint=true" }; +static char *font2[] = { "NotoColorEmoji:pixelsize=14:antialias=true:autohint=true" }; static int borderpx = 2; /* -- cgit v1.2.3