Headings: [Skip]

Web-Design Tutorials by Dr Sam

CSS Validity

Menu [Skip]

Font-Family Styles

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.