diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-10-15 18:12:04 +0000 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-10-15 18:12:04 +0000 |
| commit | e0b285014d599ac4ee60f5d905884d8c6bb85ad7 (patch) | |
| tree | 59968e0b8260d4b9da7ac00d499bac66478fa431 /config.h | |
| parent | e03a7d3f0b6bf4028389a82d372d0f89a922b9da (diff) | |
update font
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = "mono:pixelsize=16:antialias=true:autohint=true"; +static char *font2[] = { "NotoColorEmoji:pixelsize=14:antialias=true:autohint=true" }; static int borderpx = 2; /* |
