<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> |