






/* displays primary font from each group to ease testing for desired font on FF */
.font-test {
   font-family: "Garamond", "Georgia", "Book Antiqua", "Verdana", "Arial Narrow", "Courier New", 
   /* fall-back font for cursive, clean, and blocky as they have lt 85% coverage */
   "Times New Roman", "Arial","Courier";
}

.font-catchy {
   font-family: "Book Antiqua", "Palatino Linotype", "Palatino", "Trebuchet MS",  "Verdana";
}

.font-blocky {
   font-family: "Courier", "Courier New", "Lucida Console";
}

.font-clean {
   font-family: "Georgia", "Arial", "Times New Roman";
}

.font-cursive {
   font-family: "Garamond", CustomGaramond, "Optima", "Skia", "normal small verdana", "Times New Roman", "Arial Narrow", "Arial"; 
}

.font-plain {
   font-family: "Times New Roman", "Times", "Arial"; 
}

.font-wide {
   font-family: "Verdana", "Tahoma", "Georgia", "Trebuchet MS", "Monaco"; 
}

.font-narrow {
   font-family: "Arial Narrow", "Garamond", "Arial";
}

