This HTML shorthand property can be used to set the font-style, font-weight, font-size, line-height, and font-family property in a single style sheet declaration. For example, ".myfonts {font:bold 12pt Arial}"
is equivalent to ".myfonts {font-weight:bold font-size:12pt font-family:Arial}"
. Note that the order is specific.
This is a Microsoft Reader-specific property.
Values
As required for the font-style, font-weight, font-size, line-height, and font-family properties.
Applies
All elements
Default
See Default System Fonts and Families.
Inheritance
Yes
© 2000 Microsoft Corporation. All rights reserved. Terms of use.