From 04b562e98a947f6b4b036481ff01c1f59e1f2681 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Wed, 22 Sep 2021 23:30:36 +0100 Subject: Set spare font --- config.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 1d97da0..e14c6bd 100644 --- a/config.h +++ b/config.h @@ -6,6 +6,13 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "Liga Agave:pixelsize=16:antialias=true:autohint=false;dpi=96;hinting=1;hintstyle=hintslight"; +/* Spare fonts */ +static char *font2[] = { + "Noto Color Emoji:pixelsize=14:antialias=true:autohint=true" +/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ +/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ +}; + static int borderpx = 2; /* -- cgit v1.2.3