font-family

Next-font-style

Description

This property specifies a prioritized list of font family names and/or generic family names.

The generic font family will be used if one or more of the other fonts in a font set is unavailable.


Initial Value : determined by browser

Applies to : all elements

Inherited : yes

Possible Values
<family-name> | serif | sans-serif |cursive | fantasy | monospace

Example(s)
body { font-family: baskerville, "heisi mincho w3", symbol, serif }

Next-font-style