From adfcba38eae30502fc5048858574b2ab4d101bd2 Mon Sep 17 00:00:00 2001 From: Lewis Cowles Date: Tue, 25 Mar 2014 09:58:01 +0000 Subject: [PATCH] Update _core.scss Just cleaned Up the rendering a little --- scss/_core.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scss/_core.scss b/scss/_core.scss index 861ccd9dc..e5ad045ce 100644 --- a/scss/_core.scss +++ b/scss/_core.scss @@ -7,6 +7,9 @@ font-style: normal; font-weight: normal; line-height: 1; - -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + /* CODESIGN2 ADDITIONS */ + text-rendering: optimizeLegibility; + -webkit-font-smoothing: subpixel-antialiased; + text-shadow: 1px 1px 1px rgba(0,0,0,0.004); }