Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS SVG Text Outline

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #246780
    YesImAaron
    Participant

    I’m curious if anyone knows a way to create this text outline effect in SVG and / or CSS in a dynamic way, so that no matter what numbers are being used the effect works. I know you can do text shadow, but that’s going to fully surround each number, which would cover up the white space between the letters.

    Alt

    #246784
    bearhead
    Participant

    You might be able to do something with multiple text shadows:
    http://codepen.io/kvana/pen/RGENrL

    It’s not going to work with every font though, and some characters might not look as good as others.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.