My example: http://jsfiddle.net/zzhT3/ (look at letter "p", please),
Unfortunately, when I use multiple-columns, webkit cuts characters written with italic font (if they go beyond of the boundaries of the column). Is this normal? Or is it possible to fix it? Thanks.
Html:
<div>
pony pony pony pony...
</div>
Css:
div{
-webkit-column-width: 48px;
-webkit-column-gap: 10px;
font-style: italic;
font-family: 'Helvetica Neue';
}