242 bytes added
, 08:43, 9 January 2023
<!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>