Results 1 to 2 of 2

Thread: What is the right font-size??

  1. #1
    Join Date
    Feb 2007
    Posts
    1

    What is the right font-size??

    Hi guys,
    I have been associated with a financial site for the last 9 months. It is forum based site. A few days ago we had changed the font-size in the home page. We want to make sure that we have the perfect font-size for the visitors.Could you guys suggest the most user friendly size?
    Looking forward to some replies.
    Thanks,
    Augastin

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    Look at http://www.phpbb.com/styles/demo.php

    then look at the source code; at one place it shows

    /* General text */
    .gen { font-size : 12px; }
    .genmed { font-size : 11px; }
    .gensmall { font-size : 10px; }

    /* The content of the posts (body of text) */
    .postbody { font-size : 12px; line-height: 18px}
    a.postlink:link { text-decoration: none; color : #006699 }
    a.postlink:visited { text-decoration: none; color : #5493B4; }
    a.postlink:hover { text-decoration: underline; color : #DD6900}


    so that gives you some idea. The font size never seems to be over 12px and a lot of the general text is 10px.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •