From 59ee45122c95a17c6293de70bef11ba6752dbd76 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 13 Jul 2022 12:52:09 +0430 Subject: for font2, the first entry should be the one with the missing glyphs --- config.def.h | 2 +- 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; diff --git a/config.h b/config.h index 0c9eb04..85be541 100644 --- a/config.h +++ b/config.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; -- cgit v1.2.3