• I am noticing in some of my posts that the letters “c” and “l” are showing up close enough to each other that they appear to be the letter “d” so that the word “clever” appears to be the word “dever”. I was wondering what might be the best way to increase the space between letters without making an entry appear like t h i s.

Viewing 4 replies - 1 through 4 (of 4 total)
  • p, li, .feedback {
    letter-spacing: 0px;
    }

    Except that will affect the spacing bewteen all letters.
    It sounds like what you might want to do is consider using a different font that has a larger leading (pronounced led’-ing) – which is the spacing each letter takes up. Not all fonts have the same leading, most TT fonts have variable leading for each letter, while something like the System font or MonoSpcae have a constant leading for all letters.
    TG

    Thread Starter danithew

    (@danithew)

    TG,
    Any specific font you’d suggest over others as far as letter-spacing?

    You might also consider using font sizes of “small” or “x-small” or “medium” rather than specific pixel sizes. In those cases, the user’s browser sorts out the best approximation of the size, according to the user’s own preferences and resources.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘space between letters in story content’ is closed to new replies.