Type Alias GenericFontFamily
GenericFontFamily:
| "serif"
| "sans-serif"
| "cursive"
| "fantasy"
| "monospace"
| "system-ui"
| "emoji"
| "math"
| "fangsong"
| "ui-serif"
| "ui-sans-serif"
| "ui-monospace"
| "ui-rounded"
| "initial"
| "inherit"
| "unset"
| "default"
| "revert"
| "revert-layer"
A generic font family name, as used in the
font-familyproperty.See FontFamily.