+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 10 of 15

Thread: Font Size?

  1. #1
    Join Date
    Dec 2007
    Posts
    118
    Thanks
    58
    Thanked 19 Times in 17 Posts

    Default Font Size?

    Do you think most people would prefer a bigger font size?

    I know when I hit a website I like to see bigger text,

    Like for instance Quadzillas blog, The text is big and its easy to read?

    Think that will grab visitors more?

  2. #2
    Join Date
    Dec 2007
    Location
    Aurora, Illinois
    Posts
    1,058
    Thanks
    306
    Thanked 431 Times in 328 Posts

    Default

    Here's what I do.

    I don't specify pixels. Instead, I set the font size on the BODY element to 85% of whatever the user has his or her font size set to (most not only refuse to change the defaults, but also have their monitor resolution set to 96 .dpi so it normally comes out to approximately 16px or so for PCs, 14px for Macs I believe, and Linux - well who uses that anyway? ), and then set the leading (line-height) to 1.4

    I'll also declare the letter-spacing to be 1px as well just to force some degree of separation between the characters in a given font.

    As for the fonts I use, I start with Lucida Console to ensure that no matter what font the user has, there will be enough room in my containers to prevent the text from breaking the layout. From there, I'll use EM for my container widths.

    I have some (albeit old) examples here:
    http://www.dan-schulz.com/temp/2columnlayout/
    http://www.dan-schulz.com/temp/3columnlayout/
    http://www.dan-schulz.com/temp/css-form-example/

  3. The Following User Says Thank You to Dan Schulz For This Useful Post:


  4. #3
    Join Date
    Dec 2007
    Posts
    118
    Thanks
    58
    Thanked 19 Times in 17 Posts

    Default

    Dan,

    Thanks man, I really mean that , Thanks !

    You always give awesome answers

    On to my css sheet as we speak !!

    I do have a question as I am still learning css

    Here is what I have now


    PHP Code:
    body {
        
    font-size62.5%; /* Resets 1em to 10px */
        
    font-family'Lucida Grande'VerdanaArialSans-Serif;
        
    background#FFFFFF url('')repeat-y;
        
    color#333;
        
    text-aligncenter;
        }






    #content {
        
    font-size1.3em
        
    }

    .
    widecolumn .entry p {
        
    font-size1.05em;
        }

    .
    narrowcolumn .entry, .widecolumn .entry {
        
    line-height1.4em;
        }

    .
    widecolumn {
        
    line-height1.6em;
        } 
    So I should make all the 1. whatevers to 1.0 and then make the 62.5 to the 80 you suggested right?
    Last edited by sundaybrew; 01-26-2008 at 01:08 AM.

  5. #4
    Join Date
    Jan 2008
    Posts
    27
    Thanks
    0
    Thanked 13 Times in 8 Posts

    Default

    since i know how to use CTRL scroll down and up.. font is not an issue.... lol...
    well.. nice post Dan...

  6. #5
    Join Date
    Dec 2007
    Location
    Aurora, Illinois
    Posts
    1,058
    Thanks
    306
    Thanked 431 Times in 328 Posts

  7. The Following User Says Thank You to Dan Schulz For This Useful Post:


  8. #6
    Join Date
    Dec 2007
    Posts
    118
    Thanks
    58
    Thanked 19 Times in 17 Posts

    Default

    http://www.plumbingskool.com

    Thats the site , but since I made this post I have adjusted stuff

  9. #7
    Join Date
    Jun 2008
    Location
    Europe
    Posts
    16
    Thanks
    14
    Thanked 3 Times in 2 Posts

    Default

    I love the following fonts: Calibri (body) and Trebuchet MS - I found it very easy to read even ebooks with these fonts. The size it's up for everyone, there might be people who need to read text on 3 or 4, I like plain text on 2.

  10. #8
    Join Date
    Nov 2008
    Posts
    45
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default Re: Font Size?

    Quote Originally Posted by sundaybrew View Post
    Do you think most people would prefer a bigger font size?

    I know when I hit a website I like to see bigger text,

    Like for instance Quadzillas blog, The text is big and its easy to read?

    Think that will grab visitors more?
    I think font size is very important but font choosing is important too. Font may be big but not readable.

  11. #9
    Join Date
    Feb 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Font Size?

    By offering something for advertisement is not a good idea to grab user IMO

  12. #10
    Join Date
    Jul 2009
    Posts
    12
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default Re: Font Size?

    I never think you want the text too big or too small, but I would always air on the site of caution and go with the bigger text/font size.

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

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