Forum Moderators: phranque

Message Too Old, No Replies

css fonts.

How to find out what font is being used?

         

adamnichols45

4:37 pm on Jul 10, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I am forever seeing very nice fonts on websites etc.

Alot of the time I go into the source code but sometimes finding out what font has been used can be a nightmare.

Anybody care to share some helpful tips?

rocknbil

5:32 pm on Jul 10, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are you seeing them in text or in images?

The reason I ask is, a browser will only display fonts, in text, that are installed on your system unless fonts are included and used for display when you visit a site (which is rare, and I've never done it, but it can be done.) So my point is, if you see a font you like, it's going to already be on your system - open a program and browse through your font list.

If the font is in images, it may be a little more difficult. My resources include a 5,000+ font library (not all installed, of course!) that I hit up to look for unique fonts, then start Googling if I can't find them there.

Font searching has got to be one of the most time consuming and often fruitless endeavors a designer can ever do. Usually I give in after half an hour or so and JUST PICK SOMETHING!

longen

7:23 am on Jul 11, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The source code will likely show a .css file - copy/paste the content of the css into Wordpad and search for "font-family".

phranque

11:21 am on Jul 12, 2009 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



the web inspector in the safari browser and various plugins in the firefox browser such as firebug and web developer can be helpful in finding the style used for a specific element on a page.

adamnichols45

6:31 pm on Jul 12, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



they are text! I will look into the plugins for sure. I find arial is to square looking the font I have found is more of a narrow rounded arial.

cheers guys

adamnichols45

3:12 pm on Jul 14, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



firebug! wow very powerfull thanks for that phranque!