Forums

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

Home Forums JavaScript Character/Letter Widths Reply To: Character/Letter Widths

#199950
matthewfelgate
Participant

lettering.js looks like a solution, but how would I add it to my Countdown javascript below?

$(".js-seconds .starbox__num")
    .countdown("2015/08/22 13:00", function(event) {
        $(this).text(
        event.strftime('%-S')
        );
    });