From: Jason Woofenden Date: Sat, 18 Jun 2016 14:38:31 +0000 (-0400) Subject: switch font X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=commitdiff_plain;h=840e672fe31565741863e9d067b8248727219e8a switch font --- diff --git a/config.h b/config.h index 87ec596..666f388 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,9 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char font[] = "Fantasque Sans Mono:pixelsize=16:antialias=true:autohint=false"; + +static char font[] = "Hack:pixelsize=14:antialias=true:autohint=false"; +// good except smart close quotes: static char font[] = "Fantasque Sans Mono:pixelsize=16:antialias=true:autohint=false"; //static int borderpx = 25; // setting for run dialog static int borderpx = 1; // normal setting static int histsize = 2000;