We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8068d3 commit 42d6843Copy full SHA for 42d6843
1 file changed
public/css/site.css
@@ -3,7 +3,7 @@ body {
3
font-smoothing: subpixel-antialiased !important;
4
-webkit-font-smoothing: subpixel-antialiased !important;
5
-moz-osx-font-smoothing: auto !important;
6
- 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);
7
/*text-rendering: optimizeLegibility;*/
8
-webkit-overflow-scrolling: touch;
9
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
0 commit comments