Fonts

To set the font for your pop-up messages, you can use the following global variables:

For example, if you want to set brown 9-point Arial or Helvetica font, in the HEAD section of the page use the following code:
<script language="JavaScript"><!--
jPopUpFontFace="Arial,Helvetica"
jPopUpFontSize=9
jPopUpFontColor="brown"
//--></script>
Try various font settings on the Demo page!

NOTE:
If you don't specify any font settings, the following default values will be used:
jPopUpFontFace="Arial,Helvetica,Geneva,sans-serif"
jPopUpFontSize=10
jPopUpFontColor="black"

Copyright © 2000, Alexei Kourbatov