From 93ff287799a4e5412666df104c4dbea213300d93 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Mon, 15 Aug 2016 11:01:00 +0800 Subject: Fix text-shadow for text antialiased might cause IE or Edge text cutoff --- public/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/css/site.css b/public/css/site.css index e7702c46..73fcd18d 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 1px rgba(0, 0, 0, 0.004); + text-shadow: 1px 1px 1.1px rgba(0, 0, 0, 0.004); /*text-rendering: optimizeLegibility;*/ -webkit-overflow-scrolling: touch; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; -- cgit v1.2.3