diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-02-19 22:23:56 +0000 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-02-19 22:23:56 +0000 |
| commit | 1bede28d4a1da45ac795ad275e8d0412b0b8bf1e (patch) | |
| tree | f7d8cb842d1185c8c4474410994aff251d0acf4d /st | |
| parent | bbb3ee6b37d294746d36811e81413be5284df5b7 (diff) | |
[st] changed font to FiraCode Nerd Font Mono
Diffstat (limited to 'st')
| -rwxr-xr-x | st/config.h | 2 | ||||
| -rwxr-xr-x | st/st | bin | 110960 -> 110960 bytes | |||
| -rw-r--r-- | st/x.o | bin | 76024 -> 76032 bytes |
3 files changed, 1 insertions, 1 deletions
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; /* Binary files differBinary files differ |
