diff options
| author | Xander Swan <email> | 2025-12-03 10:00:42 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:42 -0500 |
| commit | c9dc81534f0edcad76259aba833b949fcb0ea4a8 (patch) | |
| tree | 6f3f92ea7873efaabc29656d92fb67a5960d9ee9 /st_config.h | |
| parent | c7c1a753c06061ff3eaf81e32b2e9e3481e275c2 (diff) | |
use misc fixed, update readme
Diffstat (limited to 'st_config.h')
| -rw-r--r-- | st_config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/st_config.h b/st_config.h index e8d23a9..14167aa 100644 --- a/st_config.h +++ b/st_config.h @@ -5,7 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "JetBrainsMono Nerd Font:pixelsize=12:antialias=true:autohint=true"; +// static char *font = "JetBrainsMono Nerd Font:pixelsize=12:antialias=true:autohint=true"; +static char *font = "-misc-fixed-medium-r-normal--14-130-13-75-C-70-iso10646-1"; static int borderpx = 2; /* |
