Text quality is terrible on website

Discussion in 'HTML & Website Design' started by FoxIX, Jul 16, 2011.

  1. #1
    I am currently playing around with a site and I am having a problem with the quality of the text.

    I currently have text using the font Verdana and with a h3 header but it appears blocky. I could turn this into an image to improve the quality and this would not affect anything, but is there a way I can improve the quality of the text?

    You can see it here (top-left)
     
    FoxIX, Jul 16, 2011 IP
  2. jjosephs

    jjosephs Greenhorn

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    13
    #2
    To make it appear less blocky, try applying the letter-spacing css rule and it might help to place a space between the day and month. Instead of "16July" make it "16 July".

    Letter-Spacing Example:

    
    div.topright {
         letter-spacing: 0.5px;
    }
    
    HTML:
     
    jjosephs, Jul 16, 2011 IP
  3. FoxIX

    FoxIX Well-Known Member

    Messages:
    211
    Likes Received:
    10
    Best Answers:
    1
    Trophy Points:
    140
    #3
    I was actually asking about the top-left text. The right-hand side I haven't completed yet.
     
    FoxIX, Jul 16, 2011 IP
  4. hostrea

    hostrea Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It doesn't look blocky to me. What operating system and browser are you using? Fonts always render diffreny depending on the os and browser.
     
    hostrea, Jul 16, 2011 IP
  5. FoxIX

    FoxIX Well-Known Member

    Messages:
    211
    Likes Received:
    10
    Best Answers:
    1
    Trophy Points:
    140
    #5
    I'm using Vista and have tried all browsers. I guess it just looks bad as I have a large monitor. All other fonts work perfectly though. Guess I'll have to put up with it or convert it to an image to improve the quality.
     
    FoxIX, Jul 17, 2011 IP
  6. hostrea

    hostrea Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Are you stuck on Verdana for the font? There are a whole bunch of cool fonts you can use that are way better IMO. Try adding some flare to the site with a font from google fonts or fontsquirrel.
     
    hostrea, Jul 17, 2011 IP
  7. FoxIX

    FoxIX Well-Known Member

    Messages:
    211
    Likes Received:
    10
    Best Answers:
    1
    Trophy Points:
    140
    #7
    I'm hoping to keep it clean and simple. I currently use Typekit but I will look into Google fonts and see if I find anything I like.
     
    FoxIX, Jul 17, 2011 IP
  8. Oweneds

    Oweneds Peon

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Looks fine here, though I am on a relatively small size screen.
     
    Oweneds, Jul 17, 2011 IP