View Single Post
Old 02-22-2013, 01:29 PM   #3
fxx
Junior Member
fxx began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2013
Device: none
Thank you, Kovid.

After quite a bit of time debugging, I finally managed to adjust letter-spacing. Although it behaves very strangely, for example:
Code:
.s { letter-spacing: 1 }
does nothing, but:
Code:
.s1 { letter-spacing: 1 }
sets spacing for classes 's' and 's1' to 's10', although:
Code:
.s2 { letter-spacing: 1 }
does not affect anything but 's2'.

Unfortunately, 'normal' or '0' produces too condensed text, and '1' or '0.1em' too much expanded, and '0.5' or '0.05em' get rounded to '0' and '0.6' to '1'

Last edited by fxx; 02-22-2013 at 01:35 PM.
fxx is offline   Reply With Quote