Forums

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

Home Forums CSS Dynamic Kerning?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27667
    JustSimple
    Member

    Hello guys,

    Is there any CSS way to create a dynamic kerning like this ?
    http://img253.imageshack.us/img253/7166/97738471.png

    Sorry my english is not good enough.. Thanks.. :)

    #78409
    TheDoc
    Member

    This might not be exactly what you’re looking for, but it’s close:

    text-align: justify;

    #78410
    Chris Coyier
    Keymaster

    I think text-align will do word spacing to make it fit but not letter spacing. I think the exception is if you also use text-align-last and then it can space out the last line, but in my testing safari nor firefox supported this.

    Maybe try kerning with this: http://letteringjs.com/

    #76172
    JustSimple
    Member

    I use margin-left in span from lettering.js
    Finally, I found the formula.. haha.. :D

    Thank you Chris..! :)

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