Page 1 of 1

font

Posted: Mon Jun 06, 2005 2:03 am
by Josh
Could someone please explain what the heck this \"/\" thing means or why there\'s two fonts?

[code]font: 8pt/16pt  verdana, geneva, arial, sans serif;[/code]

I didn\'t know you could specify two different font sizes? /unsure.gif\' class=\'bbc_emoticon\' alt=\':unsure:\' />

Thanks in advanced,
~Josh /sp_ike.gif\' class=\'bbc_emoticon\' alt=\'(spike)\' />

font

Posted: Mon Jun 06, 2005 2:30 am
by us3rX
The font property may be used as a shorthand for the various font properties, as well as the line height. For example,

P { font: italic bold 12pt/14pt Times, serif }

specifies paragraphs with a bold and italic Times or serif font with a size of 12 points and a line height of 14 points.

/biggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' />
us3rX /ph34r.gif\' class=\'bbc_emoticon\' alt=\':ph34r:\' />

font

Posted: Mon Jun 06, 2005 2:45 am
by Josh
OHHHHHHHHHHH ok.. thanks us3rx /smile.gif\' class=\'bbc_emoticon\' alt=\':)\' /> I couldn\'t find anything on W3C /blum.gif\' class=\'bbc_emoticon\' alt=\':P\' />

font

Posted: Mon Jun 06, 2005 6:19 pm
by us3rX
np

us3rX /ph34r.gif\' class=\'bbc_emoticon\' alt=\':ph34r:\' />