Font-stroke trouble

Hi,

I’m experiencing a strange behavior trying to get a text-stroke with custom CSS (see picture).
Anyone has an idea where this can come from ?

Here’s the CSS:

    <style>

	#font_title {

          -webkit-text-fill-color: black;
  -webkit-text-stroke: 3px white;
    
</style>

This apparently comes from the font that you are using. Some fonts are made of outlines only, some with overlapping elements like this one.

1 Like

True, I figured this out this morning, forgot to add my own solutions to the questions !!
Thanks anyway :smiley:

1 Like

This topic was automatically closed after 14 days. New replies are no longer allowed.