From 3192ceed5ff420f04c369ebe75534f24cb3b418c Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Thu, 15 Nov 2012 14:34:11 -0500 Subject: [PATCH] No more text-rendering for a while, it looks like a peformance bottleneck, especially with touch browsers --- css/app.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/app.css b/css/app.css index 2529002ec..2e8ce06b6 100644 --- a/css/app.css +++ b/css/app.css @@ -2,7 +2,6 @@ body { font:normal 13px/20px Helvetica, Arial, sans-serif; margin:0; padding:0; - text-rendering: optimizeLegibility; color:#444; }