I am more of a backend developer but got side gig. I have to do a landing page with gloving heading. It should look like this:
I tried to use -webkit-text-stroke
but it looks odd, something is wrong with some letters:
Google or chatgpt is no help here. Can somebody maybe have idea how to approach this?
Here are my codepen and figma:
Codepen:
Codepen
Figma:
Figma
I tried to search for help in google and chatgpt but nothing worked.
2
Answers
Problem solved, turned out, there was a problem with google fonts. After importing font from Adobe Font, everything works fine.
Check this code snipppet, if you want to remove the excessive glowing, you can either remove some text-shadows or change the radius or both.
Is this good for you?