Greetings, Shadow99.
There are several different types of font you can use in your briefing.html file. The fonts are defined by placing HTML tags around your text.
Strangely, you don't use the standard HTML font tag to define fonts. You use a <h#> tag.
Let me explain:
You need to place two tags, one at the beginning, and the other at the end of the text you want to be in handwriting. The '#' in the <h#> is a number from one to six. Observe:
<h6>
Captain's log,<br>
Suplemental.<br>
Drank coffee. Read reports.
</h6>
Everything between <h6> and </h6> will be in handwriting.
Some other font tags:
<h3></h3> - Standard font.
<h4></h4> - Smaller font ('book' font)
<h2></h2> - Title
Reference:
http://www.ofpec.com/editors/resource_view.php?id=1-Supr. Cmdr. PsyWarrior
-Psychic Productions
Blast! Beaten once again...