Comment by edpichler
2 years ago
How he made this font glowing? Which tool/IDE? https://robbowen.digital/assets/img/articles/lietvards-code....
2 years ago
How he made this font glowing? Which tool/IDE? https://robbowen.digital/assets/img/articles/lietvards-code....
Pretty sure he's using "Synthwave '84': https://marketplace.visualstudio.com/items?itemName=RobbOwen...
Not sure of tool/IDE but you can achieve that effect in HTML/CSS by use of text-shadow at 0px 0px and a reasonable value for the blur radius (maybe 5px or so).
In computer graphics a similar glow effect is usually done by blurring and rendering that just under the source image/mesh. Pretty similar to the above.
Sorry don't have an idea of the tool in use by the author.
It looks like the SynthWave '84 extension for VS Code: https://marketplace.visualstudio.com/items?itemName=RobbOwen...
Personally I think it looks awful but everyone to their own tastes!