Last updated on : 2022-04-10
css-letter-spacing CSS property controls spacing between characters of text, not to be confused with kerning , which is a kind of edge-alignment: its effect is subtle and should be used appropriately.
Inherited
yes
Applies to
all elements. It also applies to ::first-letter and ::first-line.
Initial value
normal
Animation type
a length
Computed value
an optimum value consisting of either an absolute length or the keyword normal
CSS Text Module Level 3 # letter-spacing-property
/* Keyword value */
letter-spacing: normal;
/* <length> values */
letter-spacing: 0.3em;
letter-spacing: 3px;
letter-spacing: .3px;
/* Global values */
letter-spacing: inherit;
letter-spacing: initial;
letter-spacing: unset;
Browser Support For Android Browser Versions
Browser Support For Chrome for Android Versions
Browser Support For Firefox for Android Versions
Test your website on 3000+ real browsers and operating systems for mobile and desktop with the LambdaTest cloud. Perform browser compatibility test for letter-spacing CSS property and many more web technologies that are a part of your website or web-application.
Last Modified date
2022-04-10
Data sourced from
Test this and other features on your website for compatibility across
3,000 real browsers and devices using
I hope we're able to help you build browser compatible web experience.
Fast track your browser testing experience on 3000+ browsers and OS combinations with LambdaTest.
Sarah Elson (Product & Growth Lead)