From 6a641ab2bbc78acbc01b52dd02b2b2b0ce3560d0 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sun, 18 Sep 2016 16:51:48 +0800 Subject: [PATCH] Fix text might get cutoff again for IE and Edge series --- public/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/site.css b/public/css/site.css index 73fcd18..6c85ec9 100644 --- a/public/css/site.css +++ b/public/css/site.css @@ -4,7 +4,7 @@ body { font-smoothing: subpixel-antialiased !important; -webkit-font-smoothing: subpixel-antialiased !important; -moz-osx-font-smoothing: auto !important; - text-shadow: 1px 1px 1.1px rgba(0, 0, 0, 0.004); + text-shadow: 1px 1px 1.2px rgba(0, 0, 0, 0.004); /*text-rendering: optimizeLegibility;*/ -webkit-overflow-scrolling: touch; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;