summaryrefslogtreecommitdiff
path: root/public/css/site.css
diff options
context:
space:
mode:
authorWu Cheng-Han2017-01-12 17:13:52 +0800
committerWu Cheng-Han2017-01-12 17:13:52 +0800
commit42d684329fbd1b139b253d448e444349e891d775 (patch)
tree99120bdbd3a4048c7ee15cc5ee1910d0b06e6da2 /public/css/site.css
parenta8068d38d589a1b8ed008f737d42ed35df4bfd2b (diff)
Workaround text shadow for font antialias might cause cut off in Edge
Diffstat (limited to 'public/css/site.css')
-rw-r--r--public/css/site.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/site.css b/public/css/site.css
index 3685149b..d88f8429 100644
--- a/public/css/site.css
+++ b/public/css/site.css
@@ -3,7 +3,7 @@ body {
font-smoothing: subpixel-antialiased !important;
-webkit-font-smoothing: subpixel-antialiased !important;
-moz-osx-font-smoothing: auto !important;
- text-shadow: 1px 1px 1.2px rgba(0, 0, 0, 0.004);
+ text-shadow: 0 0 1em transparent, 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;