aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
-rw-r--r--config.h2
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;