summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-10 19:30:52 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-10 19:30:52 +0100
commit00dc2dde979f8f81cd6776ea33e10bb8b0b8c2b8 (patch)
tree2e7a0127456f4efd785e60ec2bb0a7f6dd96df93
parent03ce7a887e977bb2f34d946315dc5d84c1930f56 (diff)
Update fonts
-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;