For FoF 0.1.1:
Following the example from index.php. add the following
after the "body" tag in view.php...
<style type="text/css">
body
{
font-family: verdana;
font-size: 10px;
}
td
{
font-family: verdana;
font-size: 10px;
}
</style>
or have it in a single place and make it included in all
necessary files.