Letter Spacing

new
Utilities for controlling the tracking (letter spacing) of an element.

Quick reference

ClassProperties
.ls-tighterletter-spacing: -0.05em;
.ls-tightletter-spacing: -0.025em;
.ls-normalletter-spacing: 0em;
.ls-wideletter-spacing: 0.025em;
.ls-widerletter-spacing: 0.05em;
.ls-widestletter-spacing: 0.1em;

Usage

Setting the letter spacing

Control the letter spacing of an element using the ls-{size} utilities.

ls-tight

The quick brown fox jumps over the lazy dog.

ls-normal

The quick brown fox jumps over the lazy dog.

ls-wide

The quick brown fox jumps over the lazy dog.

<p class="ls-tight ...">The quick brown fox ...</p>
<p class="ls-normal ...">The quick brown fox ...</p>
<p class="ls-wide ...">The quick brown fox ...</p>