Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-10-2004, 09:15 PM   PM User | #1
Bengal313
Regular Coder

 
Bengal313's Avatar
 
Join Date: Jun 2002
Location: Metro Detroit
Posts: 298
Thanks: 8
Thanked 0 Times in 0 Posts
Bengal313 is an unknown quantity at this point
List of Fonts (Visual)

I am looking for a site that has the list of all the web or just fonts in general. A page with name and an example would be great. Any URLs
__________________
"Knowledge Speaks But Wisdom Listens"
Bengal313 is offline   Reply With Quote
Old 11-10-2004, 09:33 PM   PM User | #2
hemebond
Senior Coder

 
Join Date: Jul 2004
Location: New Zealand
Posts: 1,315
Thanks: 0
Thanked 2 Times in 2 Posts
hemebond is an unknown quantity at this point
Quote:
Originally Posted by shakim
I am looking for a site that has the list of all the web or just fonts in general.
There's no such thing as web fonts. I suggest just using serif, sans-serif and monospace when specifying fonts.
hemebond is offline   Reply With Quote
Old 11-10-2004, 10:38 PM   PM User | #3
mcdougals4all
Regular Coder

 
Join Date: Jul 2004
Location: mile high city
Posts: 482
Thanks: 0
Thanked 0 Times in 0 Posts
mcdougals4all is an unknown quantity at this point
Here are some statistics on popular fonts for windows, mac, and unix family.

But again, there's no such thing as a web font, it all depends on what fonts are present on the end user's system. Which is why you see multiple fonts declared in CSS, such as:

Code:
 body { font-family:Arial, Tahoma, serif; }
If the first font isn't present it will move through the list until it finds one that's on the system, if there are no matches the browser will use its default font.
__________________
Computer, kill Flanders... Did I hear my name? My ears are burning...
Good start. Now finish the job.
mcdougals4all is offline   Reply With Quote
Old 11-11-2004, 03:40 AM   PM User | #4
AaronW
Senior Coder

 
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 1,223
Thanks: 0
Thanked 0 Times in 0 Posts
AaronW is an unknown quantity at this point
http://webdesign.maratz.com/lab/fonts_table/
__________________
offtone.com | offtonedesign.com
AaronW is offline   Reply With Quote
Old 11-11-2004, 03:41 AM   PM User | #5
AaronW
Senior Coder

 
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 1,223
Thanks: 0
Thanked 0 Times in 0 Posts
AaronW is an unknown quantity at this point
You can specify fonts to fall back on with CSS:

font-family: Verdana, Arial, sans-serif;

If Verdana doesn't render, check for Arial. No Arial? Load the generic sans-serif font.
__________________
offtone.com | offtonedesign.com
AaronW is offline   Reply With Quote
Old 11-11-2004, 07:43 AM   PM User | #6
ronaldb66
Senior Coder

 
Join Date: Jun 2002
Location: The Netherlands, Baarn, Ut.
Posts: 4,253
Thanks: 0
Thanked 0 Times in 0 Posts
ronaldb66 is an unknown quantity at this point
Foundries

A generic list of fonts with examples will be hard to find; fonts are brought out by a number of foundries, and each has a listing of their own products.

Next to that, there's a large number of free font sites offering an abundance of "home grown" fonts, many of which are not very good. But hey: you get what you pay for!

On MyFonts, you can search through quite a collection of fonts from various foundries; you can search by category, foundry, or name; come to think of it, this may just be what you're looking for!
__________________
Regards,
Ronald.
ronaldvanderwijden.com
ronaldb66 is offline   Reply With Quote
Old 11-11-2004, 12:23 PM   PM User | #7
AaronW
Senior Coder

 
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 1,223
Thanks: 0
Thanked 0 Times in 0 Posts
AaronW is an unknown quantity at this point
The fonts at www.1001fonts.com are typically pretty good.
__________________
offtone.com | offtonedesign.com
AaronW is offline   Reply With Quote
Old 11-12-2004, 11:23 PM   PM User | #8
Bengal313
Regular Coder

 
Bengal313's Avatar
 
Join Date: Jun 2002
Location: Metro Detroit
Posts: 298
Thanks: 8
Thanked 0 Times in 0 Posts
Bengal313 is an unknown quantity at this point
I guess I stated my qusetion wrong. What I was looking for is a chart like document where various fonts that exist by way of examples. The reason i am looking for such a chart is because i am editing a image in photoshop cs and instead of scrolling through all the fonts until i find the right one, I can just look on the chart and pick something that I like.
__________________
"Knowledge Speaks But Wisdom Listens"
Bengal313 is offline   Reply With Quote
Old 11-13-2004, 01:42 AM   PM User | #9
hedbanger
New Coder

 
hedbanger's Avatar
 
Join Date: Jun 2002
Location: vallejo, ca
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
hedbanger is an unknown quantity at this point
i take it that you want to view the fonts that you have installed on your own machine. am i right?
what i use for looking through my fonts is thumbsplus www.cerious.com. it will scan your fonts directory and create a catalog of the fonts with a display of the font appearance.

check this out and you can locate some freeware font viewing utilities: www.google.com/search?hl=en&q=font+viewer
__________________
jf~ if you're not part of the solution, you're part of the precipitate.
hedbanger is offline   Reply With Quote
Old 11-13-2004, 03:10 AM   PM User | #10
Bengal313
Regular Coder

 
Bengal313's Avatar
 
Join Date: Jun 2002
Location: Metro Detroit
Posts: 298
Thanks: 8
Thanked 0 Times in 0 Posts
Bengal313 is an unknown quantity at this point
I found a free viewer. thanx Guys
http://www.styopkin.com/details_free...ts_viewer.html
__________________
"Knowledge Speaks But Wisdom Listens"
Bengal313 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:56 AM.


Advertisement
Log in to turn off these ads.