From 840e672fe31565741863e9d067b8248727219e8a Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sat, 18 Jun 2016 10:38:31 -0400 Subject: [PATCH] switch font --- config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 1.7.10.4