|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (10 bit)
Join Date: Nov 2000
Location: Plantation FL
Posts: 1,002
|
Webfont usage- survey
This is worth looking at - most popular fonts used on the web.
Need to know info for fellow newbie web designers . If they dont have the font youre using on their computer it will show as whatever they have. (Text used as images are not affected) http://www.codestyle.org/css/font-fa...sResults.shtml |
|
|
|
|
|
#2 |
|
It can never be too quiet
Join Date: May 2004
Location: Burlington, Ontario
Posts: 1,090
|
My font of choice is #3 - Verdana
What I like to do is when I'm specifying fonts for a page to use, I give it a few options in case the primary isn't installed. HTML Code:
In CSS:
body {
font-family: verdana, arial, sans-serif;
}
__________________
Athlon XP 2800+ • Asus A7N8X (nVidia Nforce2) • Radeon 9600 Pro 256MB • 2x512MB KVR DDR PC3200 Dual Channel • 120GB Seagate 7200RPM 8MB • 160GB WD 7200RPM 8MB • Liteon DVD±RW DL • AOpen DVD±RW DL • Vantec Ion2 350W PSUSend me your picture for the Member Photo Gallery |
|
|
|
|
|
#3 |
|
Member (10 bit)
Join Date: Nov 2000
Location: Plantation FL
Posts: 1,002
|
What would you suggest as a cut off point ? 80% ?
That still gives quite a few to use. I guess all the common ones( 80%+) must have come with Win98 onwards. |
|
|
|
|
|
#4 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Verdana is the best web font unless you need something pretty small. I like it because it is the most reabable. Trebucket is my 2nd choice.
__________________
Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row |
|
|
|
|
|
#5 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
Typically, designers use this:
font-family: Verdana, Arial, Helvetica, sans-serif; Depending on what you're looking for, you can used Veranda or Arial as the default font. They're similar fonts, but if Verdana is used right, it can make a page look fresh and newer than a page that uses Arial. Arial is old and overused, after all.
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
|
|
|
|
|
#6 |
|
Member (10 bit)
Join Date: Nov 2000
Location: Plantation FL
Posts: 1,002
|
" Arial is old and overused, after all."
Yes it is- I wonder if is because its the first font on every list alphabetically. Its a piyt Ariel Narrow is low down in incidence. Its very useful for making legal fine print and addresses etc., small but readable. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|