JAVA PARAMS FONT

Format: [font name]
Default: ()

Font to use.

Examples:
In a web page:
<param name="font" value="Arial">

In a param file:
font=Arial

Supported Fonts:

serif
sansserif
monospaced
Dialog
DialogInput

These are all the officially supported font names. TimesRoman, Helvetica, and Courier still work, but are deprecated as of java 1.1. Other fonts, like the veranda the user asked about may or may not work, it's really just a trial and error to see what the browser allows I guess. Font names are case-sensitive.