Webmaster Forum


Go Back   Webmaster Forum > Marketing Forums > Marketing Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Marketing Forum Marketing, branding and advertising discussions. Online and off-line marketing discussions.

Ezilon Directory   High Bandwidth Dedicated Servers   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 06-09-2006, 02:36 PM   #1 (permalink)
Contributing Member
 
Join Date: 05-01-06
Location: San Francisco, CA
Posts: 75
iTrader: 0 / 0%
Latest Blog:
None

poster is liked by many
Usability question - font size

Which font do you think is better:

http://www.usweb.com/
This site has relatively small font and looks professional. The majority of the marketing sites I have seen use this type of font.

http://www.wilsonweb.com/
This site looks less professional but has bigger font size.

What do you guys think? I am leaning more toward site number two because it's very easy to read, so I am guessing it should convert better. Btw, this is for my site in my sig. Right now I am using font similar to site number one but I think the font is not as readable as it could be. Am I the only one who prefers large font?

Thank you.
__________________
Add URL to our Web Directory with a unique concept: WishfulRanking.com
poster is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 06-09-2006, 02:45 PM   #2 (permalink)
v7n Mentor
 
JamieJelly's Avatar
 
Join Date: 03-09-06
Location: London UK
Posts: 2,796
iTrader: 0 / 0%
JamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest order
I always set the font size to 62.5% for the body in my css file, ie
Code:
body { font-size: 62.5%; /* resets 1em to 10px */ }
then in my content div set my font size to, say 1.1em
Code:
#content { font-size: 1.1em; }
By using em values for specifying font size you allow viewers to easily scale text if it is too small. You can either have a text size selector on your site or just let viewers adjust the text size through their browser.

This will keep your site accessible whilst still giving you the control you want of your initial font sizing.
__________________
Bank charges
JamieJelly is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-09-2006, 02:52 PM   #3 (permalink)
Contributing Member
 
Join Date: 05-01-06
Location: San Francisco, CA
Posts: 75
iTrader: 0 / 0%
Latest Blog:
None

poster is liked by many
Quote:
Originally Posted by JamieJelly
I always set the font size to 62.5% for the body in my css file, ie
Code:
body { font-size: 62.5%; /* resets 1em to 10px */ }
then in my content div set my font size to, say 1.1em
Code:
#content { font-size: 1.1em; }
By using em values for specifying font size you allow viewers to easily scale text if it is too small. You can either have a text size selector on your site or just let viewers adjust the text size through their browser.

This will keep your site accessible whilst still giving you the control you want of your initial font sizing.
I think not all users increase the font size. Some just leave. I want to make sure that the page grabs attention right away.
__________________
Add URL to our Web Directory with a unique concept: WishfulRanking.com
poster is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-09-2006, 02:55 PM   #4 (permalink)
v7n Mentor
 
paranoidandroid's Avatar
 
Join Date: 08-29-04
Location: Lancashire UK
Posts: 812
iTrader: 0 / 0%
Latest Blog:
None

paranoidandroid is a splendid one to beholdparanoidandroid is a splendid one to beholdparanoidandroid is a splendid one to beholdparanoidandroid is a splendid one to beholdparanoidandroid is a splendid one to beholdparanoidandroid is a splendid one to beholdparanoidandroid is a splendid one to beholdparanoidandroid is a splendid one to beholdparanoidandroid is a splendid one to beholdparanoidandroid is a splendid one to beholdparanoidandroid is a splendid one to behold
Hi,

Not sure you can equate how professional a site looks based on it's font size, the two examples are very different sites, the second example may have a bigger font size but I think it looks very 'cluttered' which may be why it looks less professional. I am sure there must be plenty of sites out there that are high in usability (larger/easier to read text) and look very professional.

If you think a smaller font size looks better on your site, then you could always add a text resizer and give the user the oppourtunity to increase the size if required.

<edit>the text on your site looks ok to me, easy to read and looks professional</edit>
__________________
affordable web design UK | flyers

Last edited by paranoidandroid : 06-09-2006 at 03:00 PM.
paranoidandroid is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-12-2006, 01:33 AM   #5 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Quote:
Originally Posted by poster
I think not all users increase the font size. Some just leave. I want to make sure that the page grabs attention right away.
Resizing fonts is important! However with IE7 and all other browsers all websites will have resizable fonts. If you use a valid doc type then I would use the values "Small" and "Medium" for titles.
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-16-2006, 05:29 PM   #6 (permalink)
Inactive
 
Join Date: 06-16-06
Location: Little Rock
Posts: 4
iTrader: 0 / 0%
Latest Blog:
None

samanthabrown is liked by many
Hello,

I agree with Paranoidandroid. I think WilsonWeb is way to cluttered. The four column design is just too much. My eyes have no idea where they should be looking.

That being said, I do like the font better. So, if we’re voting on ‘font’ alone, WilsonWeb gets my vote.

-- Samantha
samanthabrown is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-17-2006, 12:11 PM   #7 (permalink)
Individualist
 
John Scott's Avatar
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,232
iTrader: 3 / 100%
John Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster material
Send a message via AIM to John Scott Send a message via Yahoo to John Scott
Yeah, WilsonWeb is a bit too ad-heavy. But it is fun to make that talking chick say nasty stuff.
John Scott is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-17-2006, 12:19 PM   #8 (permalink)
Contributing Member
 
DarrenC's Avatar
 
Join Date: 02-23-06
Location: England
Posts: 1,562
iTrader: 0 / 0%
Latest Blog:
None

DarrenC is a highly respected web proDarrenC is a highly respected web proDarrenC is a highly respected web proDarrenC is a highly respected web proDarrenC is a highly respected web proDarrenC is a highly respected web proDarrenC is a highly respected web proDarrenC is a highly respected web proDarrenC is a highly respected web proDarrenC is a highly respected web proDarrenC is a highly respected web pro
Send a message via MSN to DarrenC Send a message via Skype™ to DarrenC
Font size / style is VERY important to the browser. Don't forget that not everyone has 20/20 vision. Read the Accessible Web Guidelines
__________________
Blog Promotion Tips
DarrenC is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-17-2006, 02:01 PM   #9 (permalink)
Contributing Member
 
Join Date: 05-01-06
Location: San Francisco, CA
Posts: 75
iTrader: 0 / 0%
Latest Blog:
None

poster is liked by many
Quote:
Originally Posted by samanthabrown
Hello,

I agree with Paranoidandroid. I think WilsonWeb is way to cluttered. The four column design is just too much. My eyes have no idea where they should be looking.

That being said, I do like the font better. So, if we’re voting on ‘font’ alone, WilsonWeb gets my vote.

-- Samantha
Yeah, I think I am going to change the font. I've tried it already, and it doesn't look as clean but I want people to read the copy. The text on wilsonweb is really easy to read for me. The design is cluttered though.
__________________
Add URL to our Web Directory with a unique concept: WishfulRanking.com
poster is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-17-2006, 02:12 PM   #10 (permalink)
Contributing Member
 
Join Date: 05-01-06
Location: San Francisco, CA
Posts: 75
iTrader: 0 / 0%
Latest Blog:
None

poster is liked by many
Quote:
Originally Posted by JohnScott
Yeah, WilsonWeb is a bit too ad-heavy. But it is fun to make that talking chick say nasty stuff.
Yep, I remember we had a lot of fun with her too

I used to see these ads everywhere.
__________________
Add URL to our Web Directory with a unique concept: WishfulRanking.com
poster is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-19-2006, 08:05 AM   #11 (permalink)
Inactive
 
Join Date: 04-29-06
Location: Sydney
Posts: 13
iTrader: 0 / 0%
Latest Blog:
None

mygrowth is web crapmygrowth is web crap
Go the larger font - if its hard to read - people wont - I prefer arial font - it is
easier to read - I know the marketers talk a lot about using italics but use them
sparingly - because again they are harder to read when small
Danny Turner
mygrowth is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-19-2006, 08:51 AM   #12 (permalink)
Contributing Member
 
CJ Jefferson's Avatar
 
Join Date: 06-16-06
Location: My Office
Posts: 56
iTrader: 0 / 0%
Latest Blog:
None

CJ Jefferson is just really niceCJ Jefferson is just really niceCJ Jefferson is just really niceCJ Jefferson is just really niceCJ Jefferson is just really niceCJ Jefferson is just really niceCJ Jefferson is just really niceCJ Jefferson is just really niceCJ Jefferson is just really niceCJ Jefferson is just really nice
W3 has some advice about font size here:

http://www.w3.org/QA/Tips/font-size

They recommend that - for the sake of readability - we should avoid sizes smaller than 1em for text body.

In the eyes of w3 just about everyone is using too small font at the moment. I must admit, I wouldn't go to 1em on my sites because it looks unusually big compared with a typical modern site.
CJ Jefferson is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-19-2006, 09:36 AM   #13 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Quote:
Originally Posted by CJ Jefferson
In the eyes of w3 just about everyone is using too small font at the moment. I must admit, I wouldn't go to 1em on my sites because it looks unusually big compared with a typical modern site.
Agreed however in the long term with font smoothing (IE7) larger fonts will look just as good as the fonts we use so be prepared to up your font size in future.
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > Marketing Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
H1 tag and font size cdx SEO Forum 9 05-11-2007 03:50 AM
Font Size Problems bdunndchi Web Design Lobby 5 04-21-2007 04:56 AM
CSS font-size puzzler Gr8Writer Coding Forum 18 02-05-2007 05:05 PM
H1 tag not displaying proper font size with CSS link sovereign6 Web Design Lobby 5 09-22-2006 12:14 AM
Font Size (Pixel vs. Point) ? killua Coding Forum 13 02-08-2005 12:00 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 03:42 AM.
© Copyright 2008 V7 Inc