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 | |
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 '')
-rw-r--r-- | config.def.h | 2 | ||||
-rw-r--r-- | config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 0c9eb04..85be541 100644 --- a/config.def.h +++ b/config.def.h @@ -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; @@ -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; |