diff options
Diffstat (limited to 'st/config.h')
| -rwxr-xr-x | st/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h index cc99183..733f5ac 100755 --- a/st/config.h +++ b/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "mono:pixelsize=10:antialias=true:autohint=true"; static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true"}; static int borderpx = 2; |
