Kevin Powell - CommunityKP-C
Kevin Powell - Communityβ€’17mo agoβ€’
8 replies
empty

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?
p{
  font-family: "Inter", sans-serif;
  font-size: 70px;
  -webkit-text-stroke: 4px navy;
  font-weight: 700; 
  color:transparent; 
/*   letter-spacing: 2px; */
}
image.png
Was this page helpful?