Help with Wordpress/ Thesis Fonts

Discussion in 'CSS' started by BaaBaaBlankiesDotcom, Jan 26, 2011.

  1. #1
    I've got the font working correctly in the post titles here but when I open the post, the title isn't that same font. I would like it to be.
    I added this to my custom css file
    h1, h2, h3, h4, h5 { font-family: MuseoSlab-300; font-weight: normal; }
    .headline_area { font-family: MuseoSlab-300; }
    Code (markup):
    I believe these are both h1 tags. Obviously something isn't right. Any clues?
     
    BaaBaaBlankiesDotcom, Jan 26, 2011 IP
  2. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #2
    They look the same to me.
     
    Dodger, Jan 26, 2011 IP
  3. BaaBaaBlankiesDotcom

    BaaBaaBlankiesDotcom Active Member

    Messages:
    201
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #3
    Thank you. They still look different than me. I've F5'd and checked mozilla & chrome but I'm not seeing what you are seeing I guess.
     
    BaaBaaBlankiesDotcom, Jan 26, 2011 IP
  4. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I clicked thru to a post page, Firebugged it, and it came up with the following from your custom stylesheet:

    
    .headline_area h1, .headline_area h2, .headline_area h2 a {
        font-family: MuseoSlab-300;
    }
    
    Code (markup):
     
    Dodger, Jan 26, 2011 IP
  5. BaaBaaBlankiesDotcom

    BaaBaaBlankiesDotcom Active Member

    Messages:
    201
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #5
    I did that too but I can't seem to figure out what it should be.
     
    BaaBaaBlankiesDotcom, Jan 26, 2011 IP