Changes

Created page with "<!DOCTYPE html> <title>Example</title> <style> p { font-family: Georgia, Garamond, serif; } </style> <p>This text is rendered in either georgia, garamond, or the defa..."
<!DOCTYPE html>
<title>Example</title>
<style>
p {
font-family: Georgia, Garamond, serif;
}
</style>

<p>This text is rendered in either georgia, garamond, or the default serif font (depending on which font the user's system has).</p>