PDA

View Full Version : Whats the default font no my nav bar?


asamuel
Nov-08-2006, 07:24 PM
Whats the default font on my nav bar?

Looking at the css info using "firefox developer" it only specifies the family.

I like it and want to us it in a graphic header I am making but I want to get it to match identically. can anybody tell me?

Barb
Nov-09-2006, 09:51 AM
Whats the default font on my nav bar?

Looking at the css info using "firefox developer" it only specifies the family.

I like it and want to us it in a graphic header I am making but I want to get it to match identically. can anybody tell me?

Hi,

In the font family, it will generally be the first family listed:

font-family: verdana, tahoma, sans-serif;

Verdana will be the first font used unless the person viewing your page does not have Verdana installed, then it will move on to Tahoma, etc.

DJKennedy
Nov-09-2006, 10:26 AM
Hi,

In the font family, it will generally be the first family listed:

font-family: verdana, tahoma, sans-serif;

Verdana will be the first font used unless the person viewing your page does not have Verdana installed, then it will move on to Tahoma, etc.

We need a lightbulb smily...

I never knew, nor understood, why I would see different fonts listed on a web when I checked out the code. Thanks Barb :)

asamuel
Nov-09-2006, 05:33 PM
thanks barb.:lust

Barb
Nov-09-2006, 06:42 PM
thanks barb.:lust

You are welcome :)