increase font size

This commit is contained in:
Maddie H 2024-09-16 20:24:17 +01:00
parent 22e582e5ac
commit 95838457b6
Signed by: maddie
GPG Key ID: C296DE8C9053683F

View File

@ -5,10 +5,10 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Iosevka Nerd Font:pixelsize=14:antialias=true:autohint=true";
static char *font = "Iosevka Nerd Font:pixelsize=18:antialias=true:autohint=true";
static char *font2[] = {
"Font Awesome 6 Free Solid:pixelsize=14:antialias=true:autohint=true",
"Font Awesome 6 Brands:pixelsize=14:antialias=true:autohint=true",
"Font Awesome 6 Free Solid:pixelsize=17:antialias=true:autohint=true",
"Font Awesome 6 Brands:pixelsize=17:antialias=true:autohint=true",
};
static int borderpx = 2;