Update font, update font spacing

master
Marvin Johanning 2020-04-01 20:48:17 +02:00
parent 67e2ccc2f4
commit 0329f8f8a0
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
static char *font = "Fira Code:pixelsize=13:antialias=true:autohint=true";
static int borderpx = 2;
/*
@ -26,7 +26,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
char *vtiden = "\033[?6c";
/* Kerning / character bounding-box multipliers */
static float cwscale = 1.0;
static float cwscale = 0.9;
static float chscale = 1.0;
/*