---
layout: single
property_name: letter-spacing
---
Defines the spacing between the characters of a block of text.
The spacing between the characters is normal.
You can use pixel values.
You can use em values: this allows the spacing to remain relative to the font-size.
#letter-spacing
default
letter-spacing: normal;
letter-spacing: 2px;
letter-spacing: 0.1em;