https://i.stack.imgur.com/sr4PF.pngIs there a way to adjust the border of text that already has a border applied? I have successfully created the text with the border using the following CSS:
h1 {
font-size: 35pt;
text-align: center;
font-family: 'Josefin Sans';
color: #e89cab;
-webkit-text-stroke: 1.72px;
-webkit-text-stroke-color: #0500ff;
}