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 +- st/st | Bin 110960 -> 110960 bytes st/x.o | Bin 76024 -> 76032 bytes 3 files changed, 1 insertion(+), 1 deletion(-) (limited to 'st') 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; /* diff --git a/st/st b/st/st index 9d1185a..a97a49e 100755 Binary files a/st/st and b/st/st differ diff --git a/st/x.o b/st/x.o index 67f3aa2..779b3bb 100644 Binary files a/st/x.o and b/st/x.o differ -- cgit v1.2.3