All in one spec

font

Provide all of these properties in one setting: font-family, font-size, font-weight, font-style, font-variant, font-stretch and line-height.

Property values

Specify any combination of the various font properties in any order, or use one of these keywords to specify a system font:

icon The device-specific system font for labeling icons
menu The device-specific system font for dropdown menus and lists
message-box The device-specific system font used in dialog boxes
status-bar The device-specific system font for window status bars
caption The device-specific system font for captioned elements such as buttons
small-caption The device-specific system font for small captioned elements

Examples

/* all-in-one font spec */            
font: 12pt italic "Times New Roman", serif;

/* system keyword */
font: status-bar;
font
0

style > typography > fontAll in one spec

🔗 🔎