blob: 32ad4029079811b995c593a1ef2b5b5243f67d0c [file] [log] [blame]
<html>
<head>
<title>Examples of margins, padding, and borders</title>
<style type='text/css'>
</style>
</head>
<body>
<p style='font-family: Calibri, san-serif;'>Should be Calibri</p>
<p style='font-family: fzz, Calibri, san-serif;'>Should be Calibri (bypassing fzz)</p>
<p style='font-family: fzz, serif;'>Should be Times New Roman (bypassing fzz, mapping serif to times)</p>
<p style='font-family: sans-serif;'>Should be Arial</p>
</body>
</html>