Example - Change the Default Fonts for Page Titles and Instructions

Suppose you want to change the initial font settings for the page title and instructions.

Depending on the product locale or other circumstances, you can specify a different font style and size.

In the c10_location/templates/ps/portal/system.xml file, find the section specified below, and change the values shown in bold font as required.

<param name="myPages">
	<param name="fontUnit">pt</param>
      <!-- pt or px or % --> 
	<param name="defaultTitleFontFace">Tahoma</param>
	<param name="defaultTitleFontSize">12</param>
	<param name="defaultInstructionsFontFace">Tahoma</param>
	<param name="defaultInstructionsFontSize">11</param>
</param>