Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Letter Spacing is being ignored on CodePen

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #204533
    lu-em
    Participant

    I was just playing around with this last night, and I wanted the letters to be quite a bit closer together than the default, so I added a negative letter spacing. This works fine when I’m loading the page on my computer, but when I uploaded it to CodePen, I noticed it was looking janky and realized my negative letter spacing was being ignored. I’m using the same browser, Firefox. On the left is CodePen and on the right is how it looks when I just load the file in Firefox.
    http://i.imgur.com/982TBqf.png

    http://codepen.io/LuEm/pen/QbQVoo

    Is there something I’m doing wrong?

    #204535
    Paulie_D
    Member

    I notice that you don’t have a unit length specified.

      .label {
        letter-spacing: -6;
        height: 20rem;
      }
    

    That probably isn’t helping.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.