Fix text-shadow for text antialiased might cause IE or Edge text cutoff

This commit is contained in:
Wu Cheng-Han 2016-08-15 11:01:00 +08:00
parent ecd7218917
commit 93ff287799

View file

@ -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;