Insert the following CSS code between your pages <head> tags.

<style type="text/css">
h1 {
letter-spacing: 2px;
}
</style>


This tells the browser to leave a space of 2 pixels between each letter in a <h1> tag.

Example:

<h1>Heading</h1>