diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-29 06:30:00 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-29 06:30:00 +0000 |
commit | 2fbc8df4099d548a3a14f1e2787ffb89339f0faa (patch) | |
tree | ccae776c7ad1e480441e4778812377e7221bedcd /config.h | |
parent | wide glyph patch (diff) | |
download | st-2fbc8df4099d548a3a14f1e2787ffb89339f0faa.tar.gz st-2fbc8df4099d548a3a14f1e2787ffb89339f0faa.zip |
color emojis
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |