Adjust font size

This commit is contained in:
Yash Karandikar 2021-10-29 12:03:48 -05:00
parent d9bb9e1bbc
commit 0a03f79bd6
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,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 = "MesloLGS NF:pixelsize=12:antialias=true:autohint=true";
+static char *font = "MesloLGS NF:pixelsize=14:antialias=true:autohint=true";
static int borderpx = 2;
/*

View file

@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "MesloLGS NF:pixelsize=12:antialias=true:autohint=true";
static char *font = "MesloLGS NF:pixelsize=14:antialias=true:autohint=true";
static int borderpx = 2;
/*