URI:
       tUse pragmatapro as font - 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 b5f6350ece6c437db1d32c84d5e8edc0cae5e7a8
   DIR parent 477eaafaf569ee371fcbdf4ca1b0cee30fae3d47
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 24 Sep 2020 13:53:15 +0200
       
       Use pragmatapro as font
       
       Diffstat:
         M config.h                            |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -6,7 +6,8 @@
         * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
         */
        /* static char *font = "dina:size=9:antialias=false"; */
       -static char *font = "terminus:size=24";
       +/* static char *font = "terminus:size=24"; */
       +static char *font = "pragmatapro:size=11";
        static int borderpx = 2;
        
        /*