change typeface to Inconsolata

This commit is contained in:
Akbar Rahman 2020-08-11 12:03:11 +01:00
parent 20a75a6eb5
commit de4a05c9e5
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Liberation Mono:pixelsize=20:antialias=true:autohint=true";
static char *font = "Inconsolata:pixelsize=20:antialias=true:autohint=true";
static int borderpx = 2;
/*