Top "Letter-spacing" questions

a CSS property that defines the spacing between text characters

Smooth letter-spacing transition on other browsers

I'm using the following to animate a hover transition: a { letter-spacing: 1px; transition: all .5s ease-in; } a { letter-spacing: 2px; } Here …

css transition letter-spacing