1

Webkit browsers like Chrome and Safari ignore letter-spacing less than 1px (or 0.1em) while Firefox displays 0.1px steps just fine: http://jsfiddle.net/d5y6n/2/

Is there a possibility to make Webkit browsers recognize letter-spacing less than 1px?

CSS

.spacing-1 {
    letter-spacing: 0.1px;
}

HTML

<p class="spacing-1">This is some text …</p>
user1706680
  • 1,103
  • 3
  • 15
  • 34

0 Answers0