summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/config.h b/config.h
index 817955e..0f1a9d5 100644
--- a/config.h
+++ b/config.h
@@ -5,12 +5,11 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Space Mono Nerd Font:pixelsize=11:antialias=true:autohint=true";
+static char *font = "monospace:pixelsize=11:antialias=true:autohint=true";
/* Spare fonts */
static char *font2[] = {
-/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */
-/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */
-};
+ "Material Design Icons:pixelsize=12:antialias=true:autohint=true",
+ "JoyPixels:pixelsize=10:antialias=true:autohint=true"};
static int borderpx = 2;