|
|
@ -5,8 +5,8 @@ |
|
|
|
* |
|
|
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
|
|
|
*/ |
|
|
|
static char *font = "CodeNewRoman Nerd Font Mono:pixelsize=15:antialias=true:autohint=false"; |
|
|
|
static char *font2[] = { "CodeNewRoman Nerd Font Mono:pixelsize=15:antialias=true:autohint=false" }; |
|
|
|
static char *font = "Iosevka Term:pixelsize=15:antialias=true:autohint=True"; |
|
|
|
static char *font2[] = { "Iosevka Term:pixelsize=15:antialias=true:autohint=True" }; |
|
|
|
static int borderpx = 1; |
|
|
|
|
|
|
|
/*
|
|
|
|