Definition:
A font stack is a list of fonts in a CSS font-family declaration. The fonts are listed in order of preference by the Web designer. A font stack allows a designer to control the look of the fonts on the Web page even if the computer doesn't have the best font for the job.
Also Known As: font list
Examples:
font-family: Geneva, Arial, Helvetica, Sans-Serif;

