I'm struggling to achieve the desired effect with strokes, so I need some CSS advice. I also experimented with adding shadow to text:
body {
color: #000;
-webkit-text-fill-color: #030303;
-webkit-text-stroke-width: 0px;
-webkit-text-stroke-color: #fbf7f7;
text-shadow: 8px -2px 0 #fff4f4,
-4px -6px 0 #fff,
-6px -5px 0 #fff,
-8px 5px 0 #fffbfb;
}
/* added by Editor for demonstration purpose */
body {
background-color: lightgray;
}
Lorem Ipsum