View Full Version : Font-Familys


angelwings24_7
10-18-2004, 07:03 PM
Umm.... on the CSS tutorial I was wondering what value meant can u give me an example!

h1 {font-family: value; [your font name for headers (arial, verdana, etc.)]
color: value; [your font color (#000000)] }

Also, can you list a couple of fonts because I dont know that many! thank u!!!!

- angelwings24_7 ^_^

Tracey
10-18-2004, 07:49 PM
Some Fonts
Verdana
Comic Sans MS
Arial
Times New Roman
Georgia
Kristen ITC
Lucida Handwriting
Tahoma
Script (Script - Cursive)
Theres a lot more but these are common. I dont know about the value. I'm not good at CSS.

Monkey Bizzle
10-18-2004, 08:10 PM
Umm.... on the CSS tutorial I was wondering what value meant can u give me an example!

taken straight from the CSS tutorial...

"Attributes are placed between brackets [ and ] and need to be removed, including the brackets, for the code to work. Substitute your attribute for the word "value.""

webgirl
10-18-2004, 08:39 PM
Value=font you want to use,such as tahoma.

pb&j
10-18-2004, 11:19 PM
just to be sure you get the picture...

example per requested...

h1 {font-family: verdana;
color: #000000);}