HTML Dog
Skip to navigation

CSS Property: letter-spacing

Spacing in-between letters.

A length value suggests spacing in addition to the default (normal) spacing.

Spacing-out text: text-indent, word-spacing, letter-spacing, and text-align.

Possible Values

ValueExample
normal
[length]0.1em
inherit
initial
unset

Example


p { letter-spacing: 5px; }

Browser support

Can I Use css-letter-spacing? Data on support for the css-letter-spacing feature across the major browsers from caniuse.com.