---
title: "Reduce the spacing between letters in HTML"  
description: "Reduce the spacing between letters in HTML"  
author: "Kate Smith"  
published: 2013-06-14  
updated: 2013-06-15  
canonical: https://www.mindstick.com/forum/1101/reduce-the-spacing-between-letters-in-html  
category: "css-css3"  
tags: ["css-css3"]  
reading_time: 1 minute  

---

# Reduce the spacing between letters in HTML

Hi All,\
I wanted to reduce the spacing between letters, how would it be done? Can you provide any example.\
Thanks in advance.

## Replies

### Reply by AVADHESH PATEL

Hi Kate,\
The letter-spacing property increases or decreases the space between characters in a text.\
e.g. \
Set the letter spacing for h1 and h2 elements:\
h1 {letter-spacing:3px}\
h2 {letter-spacing:-4px}


---

Original Source: https://www.mindstick.com/forum/1101/reduce-the-spacing-between-letters-in-html

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
