From 074d283ff2b5eece416ff17f47de2e16deb6bcbb Mon Sep 17 00:00:00 2001 From: "Toerd@archlinux" Date: Tue, 31 Dec 2019 13:33:53 +0100 Subject: [PATCH] Corrected fontname in st config --- packages/st/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/st/config.h b/packages/st/config.h index fe53daa..4945c9c 100644 --- a/packages/st/config.h +++ b/packages/st/config.h @@ -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; /*