summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-02-07 22:44:19 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-02-07 22:44:19 -0500
commit4c05d1cef30cee4e05698d067f5c9f5e44a1eba2 (patch)
tree0fab82bb9f252ecc7b538448a690d7e7efd66c1e /config.h
parentf0b7aeeb53aab8e15f46dacfcbd03994e3be881c (diff)
font display fixes
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index c86c8c1..d5b48b9 100644
--- a/config.h
+++ b/config.h
@@ -5,8 +5,8 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "mono:pixelsize=16:antialias=true:autohint=true";
-static char *font2[] = { "Inconsolata for Powerline:pixelsize=16:antialias=true:autohint=true" };
+static char *font = "mono:pixelsize=14:antialias=true:autohint=true";
+static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" };
static int borderpx = 2;
/*