Creating a Thick Font for Blog Post Headings

Discussion in 'CSS' started by travoholic, Jul 18, 2008.

  1. #1
    Hey,

    I'm trying to find a font that looks similar to the header fonts on either http://www.fourhourworkweek.com/blog or the all capitals one on http://www.uncorneredmarket.com or really anything that's sort of thick without being super huge.

    Can anyone give me some tips on what font I can use and how I can apply CSS to get the effect I want?

    Thanks!
     
    travoholic, Jul 18, 2008 IP
  2. yankzilla

    yankzilla Peon

    Messages:
    159
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    On the first page, the font settings are:
    font-family: helvetica; font-size: 24px; font-weight: bold; letter-spacing: -1px; line-spacing: 26.4px
    Code (markup):
    For the second site, it's:
    font-family: Trebuchet MS; font-size: 22px; font-weight: bold; font-varient: small-caps; line-spacing: 24px
    Code (markup):
     
    yankzilla, Jul 18, 2008 IP
  3. travoholic

    travoholic Well-Known Member

    Messages:
    299
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #3
    Thanks, I'll try those out. How did you find that out, just for future reference?
     
    travoholic, Jul 18, 2008 IP
  4. yankzilla

    yankzilla Peon

    Messages:
    159
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Using Firefox, there is an Extension called CSS Viewer, which when activated, you can see in real-time the css of a page, and specifically, which elements you mouseover.
     
    yankzilla, Jul 18, 2008 IP