config.h: Update font - st - Personal fork of st
 (HTM) git clone git://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9acfe8cfbd182c40c0102598d3fd4ef08b0055a5
 (DIR) parent 03bea2dabb4e4d1abcbc35ead3b377ca6ffe71f6
 (HTM) Author: drkhsh <me@drkhsh.at>
       Date:   Sat, 18 Feb 2023 18:31:02 +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;
        
        /*