white stroke and transparent fill
hey guys, wonder if there's anyone good with css here 😅
can anyone tell me why this outline looks like this? I don't quite understand how this text stroke thing works
6 Replies
that's how it works in the browser. Just add a color to the text that's the same as the background color
Ok, just found out there is a fix for this https://fxtwitter.com/argyleink/status/1783897828508738015
oooh hey
that's awesome dude, thanks a lot
As far as I know, every line used in the letter will become 2 px.
What you are seeing is because they used multiple lines instead of "bending" 1 line at the edges and combining it...
I don't think you will be able to make it work like you expect
ohh this is interesting to know
didn't quite research into these before
SVGs are basically lines... someone didn't expect you to do what you did with the font 😂
technically you could make it work by modifying the font yourself