font display fixes

This commit is contained in:
Luke Smith
2020-02-07 22:44:19 -05:00
parent f0b7aeeb53
commit 4c05d1cef3
2 changed files with 6 additions and 4 deletions

View File

@@ -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;
/*