Skip to content

Commit 42d6843

Browse files
committed
Workaround text shadow for font antialias might cause cut off in Edge
1 parent a8068d3 commit 42d6843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ body {
33
font-smoothing: subpixel-antialiased !important;
44
-webkit-font-smoothing: subpixel-antialiased !important;
55
-moz-osx-font-smoothing: auto !important;
6-
text-shadow: 1px 1px 1.2px rgba(0, 0, 0, 0.004);
6+
text-shadow: 0 0 1em transparent, 1px 1px 1.2px rgba(0, 0, 0, 0.004);
77
/*text-rendering: optimizeLegibility;*/
88
-webkit-overflow-scrolling: touch;
99
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;

0 commit comments

Comments
 (0)