• The subject lettering is to close together on firefox for me. I’m wondering if I could change this. I guess I need the name/place of this in one of the css sheets.
    Thanks

    Peter

Viewing 1 replies (of 1 total)
  • I changed the letter-spacing: number to -0.02 to spread the letters out. In the style.css file, right in the beginning. This part.

    h1, h2, h3, h4, h5, h6 {
    font-weight:bolder;
    letter-spacing:-0.02em;
    font-family:Arial;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘subject fonts to close together’ is closed to new replies.