diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-10 18:50:08 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-10 18:50:08 +0900 |
| commit | bd806fd3b54e566317a1f6d7671dba883b8a00c5 (patch) | |
| tree | d9ab9423f0fd70e40ccabb908dec4d03b77007e0 /st | |
| parent | beba15e3f81a7bcf69a08627cbdef8546adc8e81 (diff) | |
modified st/config.h
Diffstat (limited to 'st')
| -rw-r--r-- | st/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; /* |
