]> git.mdlowis.com Git - projs/tide.git/commitdiff
cleaned up font strings
authorMichael D. Lowis <mike.lowis@gentex.com>
Wed, 21 Mar 2018 23:42:13 +0000 (19:42 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Wed, 21 Mar 2018 23:42:13 +0000 (19:42 -0400)
lib/config.c

index 14ed06c11115516d3bb0badd9361af02f8c1928c..9cf651eb440a0e93b9739a9fbbc74641d60431ff 100644 (file)
@@ -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