aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index f5262bb..f977157 100644
--- a/config.h
+++ b/config.h
@@ -6,11 +6,11 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char font[] =
- "DejaVuSansMono Nerd Font Mono-pixelsize=14;antialias=true;autohint=true";
+ "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",
- "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true",
+ "DejaVuSansMono Nerd Font Mono:pixelsize=14;antialias=true;autohint=true",
+ "Noto Color Emoji:pixelsize=11.3:antialias=true:autohint=true",
};
static int borderpx = 2;