Letter Spacing
Letter spacing tokens control the horizontal space between characters. For more information on the default available letter-spacing utilities, visit Tailwind
@theme {
--tracking-tighter: -0.05em;
--tracking-tight: -0.025em;
--tracking-normal: 0em;
--tracking-wide: 0.025em;
--tracking-wider: 0.05em;
--tracking-widest: 0.1em;
}NameValue
tighter-0.05em
The quick brown fox jumps over the lazy dog.
tight-0.025em
The quick brown fox jumps over the lazy dog.
normal0em
The quick brown fox jumps over the lazy dog.
wide0.025em
The quick brown fox jumps over the lazy dog.
wider0.05em
The quick brown fox jumps over the lazy dog.
widest0.1em
The quick brown fox jumps over the lazy dog.
Last updated on