STD_FIXED_FONT

This configuration variable allows you to set the standard font used by the Windows version of the runtime. It can be set in the configuration file to one of the following values:

-1

      

(default) The web runtime uses ANSI_FIXED_FONT. Other instances of the runtime use SYSTEM_FIXED_FONT.
0 All runtimes use ANSI_FIXED_FONT for the standard font.
1 All runtimes use SYSTEM_FIXED_FONT for the standard font.
2 All runtimes use OEM_FIXED_FONT for the standard font.

If this variable has not been set, or has an invalid value, it will default to -1.