Product Information > JADE Web Application Guide > Chapter 3 - Configuring Web Applications > monitor_font element

monitor_font element

The monitor_font XML element specifies the font used in the Web Application Monitor window. The font is specified as a comma-delimited string specifying the font name, font size, font bold, and font color respectively.

The following example displays monitor output in red using the 15 point bold Tahoma font.

<monitor_font>Tahoma,15,true,255</monitor_font>