Tree :
Faceted index, by topics :
Menu
"Main" tree view (1) "Normal" view (15) Display (4) Edit (9) File (52) Help (7) Ideas (57) Import/Export (16) Keywords (6) Publications (19) Tasks (1) Templates (72) Windows (1)
Feature
Category
How to insert these widgets? |
6.4.4.1. font-family property
font-family This property specifies fonts to use with text. Several fonts may be specified : the browser will take the first found. The expected parameter is either a font name (string), either a list of names (separated with ','). Example : font-family:verdana, arial; /* specifies Verdana, otherwise Arial */ Lower or upper case does not matter. If the font name has spaces, use double quotes ("Times New Roman").
Keywords : Css
|