From: Michael D. Lowis Date: Wed, 21 Mar 2018 23:42:13 +0000 (-0400) Subject: cleaned up font strings X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=011d971255ccae22ba2aa7e666a8adace198c941;p=projs%2Ftide.git cleaned up font strings --- diff --git a/lib/config.c b/lib/config.c index 14ed06c..9cf651e 100644 --- a/lib/config.c +++ b/lib/config.c @@ -7,10 +7,10 @@ enum { OFF = 0, ON = 1 }; #ifdef __MACH__ - #define FONT "Monaco:size=10:antialias=true:autohint=true" + #define FONT "Monaco:size=10" #define LNSPACE 0 #else - #define FONT "Liberation Mono:pixelsize=14:antialias=true:autohint=true" + #define FONT "Liberation Mono:pixelsize=14" #define LNSPACE 1 #endif