From 1241c1e89b37d7c3f5a98d158a261e2c2f8417e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Mon, 4 Nov 2013 14:36:20 +0100 Subject: [PATCH] Remove the text-rendering in the CSS : causes problem with Chrome. fix #106 --- styles/style-base.css | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/style-base.css b/styles/style-base.css index d43b627..df17220 100644 --- a/styles/style-base.css +++ b/styles/style-base.css @@ -7,7 +7,6 @@ -moz-font-smoothing:antialiased; -o-font-smoothing:antialiased; font-smoothing:antialiased; - text-rendering:optimizeLegibility; } html { font-size: 100%; -webkit-text-size-adjust: 100%;