changed fonts

This commit is contained in:
Maddie H 2023-03-07 07:11:43 +00:00
parent 5fe5805b36
commit 22e582e5ac
No known key found for this signature in database
GPG Key ID: 64FAA9959751687D

View File

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