diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-13 08:22:09 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-13 08:22:09 +0000 |
commit | 59ee45122c95a17c6293de70bef11ba6752dbd76 (patch) | |
tree | 4d9e04ba6b74c21963d89405693c4d40231a3583 /config.h | |
parent | increased emoji size (diff) | |
download | st-59ee45122c95a17c6293de70bef11ba6752dbd76.tar.gz st-59ee45122c95a17c6293de70bef11ba6752dbd76.zip |
for font2, the first entry should be the one with the missing glyphs
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,8 +9,8 @@ static char font[] = "DejaVuSansMono Nerd Font Mono:pixelsize=14;antialias=true;autohint=true"; /* Spare fonts */ static char *font2[] = { - "DejaVuSansMono Nerd Font Mono:pixelsize=14;antialias=true;autohint=true", "Noto Color Emoji:pixelsize=14:antialias=true:autohint=true", + "DejaVuSansMono Nerd Font Mono:pixelsize=11.3;antialias=true;autohint=true", }; static int borderpx = 2; |