From 1bede28d4a1da45ac795ad275e8d0412b0b8bf1e Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Thu, 19 Feb 2026 22:23:56 +0000 Subject: [st] changed font to FiraCode Nerd Font Mono --- st/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st/config.h') diff --git a/st/config.h b/st/config.h index 6660e90..0ea7fd8 100755 --- a/st/config.h +++ b/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "FiraCode Nerd Font Mono:pixelsize=12:antialias=true:autohint=true"; static int borderpx = 2; /* -- cgit v1.2.3