javascriptfontsunderlinecufon

Cufon: Underline Text


How can I underline a text replaced with Cufon?


Solution

  • text-decoration is not supported by Cufon:
    https://github.com/sorccu/cufon/wiki/known-bugs-and-issues

    Perhaps you could add a border-bottom property to the element using normal CSS?