Examples
Generic font-family alone
Alternatively, we may specify a generic font-family alone, and let the browsers apply their own default fonts within the generic font-family.
(4)
font-family: sans-serif;
(5)
font-family: serif;
Etc.
Alternatively, we may specify a generic font-family alone, and let the browsers apply their own default fonts within the generic font-family.
font-family: sans-serif;
font-family: serif;
Etc.