config.h: Update font - st - personal variant of st
 (HTM) git clone https://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6e8ed197e1977e0bbd2aab5869ea6c091af9f812
 (DIR) parent 79c84bc42b48b6b4f2b5267182f28b79a19e1d17
 (HTM) Author: drkhsh <me@drkhsh.at>
       Date:   Wed, 10 Jan 2024 10:11:36 +0100
       
       config.h: Update font
       
       Diffstat:
         M config.h                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.h b/config.h
       @@ -5,7 +5,7 @@
         *
         * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
         */
       -static char *font = "FiraCode Nerd Font Mono:pixelsize=14:antialias=true:autohint=true";
       +static char *font = "ShureTechMono Nerd Font Mono:size=12:antialias=true:autohint=true";
        static int borderpx = 2;
        
        /*