Site logo

Archived topic

letter spacing

1 reply · Started by Mark on November 18, 2018

Viewing posts 1–2 of 2

Any update on when letter spacing will be a typography feature? In the meantime is there a CSS code to add spacing to my site tagline?

It's something we'll be looking at for 1.8.

For your tagline, try this:

.site-description {
    letter-spacing: 1px;
}
This archived topic is closed to new replies.