I am experiencing an issue with the appearance of outlined text on my website. To see the problem more clearly, please refer to the image link provided below.
Specifications:
- WordPress 5.8.3
- Elementor / Pro 3.5.3 / 3.5.1
- Font: Sinkin Sans
Below is the code snippet (Note: there is no h1 tag in the actual code)
.cleartext {
color: #000000;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #000000;
}
.gbtext {
font-weight: 700;
}
<h1><span class="cleartext gbtext">It's clear</span> when you blah blah blah.</h1>
This is the issue I am facing: the font outlines are encroaching into the supposed transparent area