Corrected fontname in st config

This commit is contained in:
Toerd@archlinux 2019-12-31 13:33:53 +01:00
parent 4c7baae4af
commit 074d283ff2

View File

@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Input Mono:pixelsize=20:antialias=true:autohint=true";
static char *font = "InputMono Nerd Font:pixelsize=20:antialias=true:autohint=true";
static int borderpx = 2;
/*