stroke text
Hi guys, I want to create some text like the picture but when I use
text-stroke the text is broken. Is there any way to fix it?
text-strokep{
font-family: "Inter", sans-serif;
font-size: 70px;
-webkit-text-stroke: 4px navy;
font-weight: 700;
color:transparent;
/* letter-spacing: 2px; */
}