URI:
       tuse standard font by default - st - [fork] customized build of st, the simple terminal
  HTML git clone git://src.adamsgaard.dk/st
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit d5b8228f1ab248cae2889ed6c083e614e3c5b9d9
   DIR parent 710d61cdd9473ee0a0cb250c90d60944e4539999
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu,  9 Sep 2021 08:41:22 +0200
       
       use standard font by default
       
       Diffstat:
         M config.h                            |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -5,9 +5,10 @@
         *
         * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
         */
       +static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
        /* static char *font = "dina:size=9:antialias=false"; */
        /* static char *font = "terminus:size=12"; */
       -static char *font = "pragmatapro:size=11";
       +/* static char *font = "pragmatapro:size=11"; */
        static int borderpx = 2;
        
        /*