<html> <head> <title>Generic Font Demo</title> </head> <body> <p style="font-family: serif; font-size: 1.3em">This is a serif font.</p> <p style="font-family: sans-serif;font-size: 1.3em">This is a sans-serif font.</p> <p style="font-family: monospace;font-size: 1.3em">This is a monospace font.</p> <p style="font-family: cursive;font-size: 1.3em">This is a cursive font.</p> <p style="font-family: fantasy;font-size: 1.3em">This is a fantasy font.</p>