From ddf8dcceb46eab47e38ec2c696f8001dd37272dd Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Tue, 5 Apr 2016 18:21:08 -0400 Subject: [PATCH] template: Disable text-rendering: geometricPrecision. --- templates/mark1/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mark1/style/style.css b/templates/mark1/style/style.css index 8dc64b9e..8be30e67 100644 --- a/templates/mark1/style/style.css +++ b/templates/mark1/style/style.css @@ -71,7 +71,7 @@ article.docs h5, article.docs h6 { font-family: 'Ropa Sans'; font-weight: 400; - text-rendering: geometricPrecision; + /*text-rendering: geometricPrecision;*/ color: rgb(60,60,60); }