The font family can be modified. You should end the font
list with one of the following: serif
,
sans-serif
, cursive
,
fantasy
, or monospace
.
This page was made to look this way by putting the following between the <head> and </head> tags:
<style type="text/css"> body { font-family: Verdana, sans-serif ; } h1, h2, h3, h4 { font-size: 200% ; } h1 { font-family: serif, "Trebuchet MS", serif ; } h2 { font-family: sans-serif, "Trebuchet MS", serif ; } h3 { font-family: cursive, "Trebuchet MS", serif ; } </style>