To add fonts and font sizes, you edit the mcesettings.xml file. To apply the changes you must restart the Java application server.The mcesettings.xml file is located in (Apache Tomcat example):<TOMCAT_HOME>\webapps\<Portal name>\WEB-INF\settings
1 Open the mcesettings.xml file in a text editor.
2 In the theme_advanced_fonts setting, add the font using the following syntax:<option value="font_name">font_display_name</option>
– font_name is the name of a font.
– font_display_name is displayed in the drop-down list in the editor.
3 In the theme_advanced_fontsize setting, add the non-standard font sizes using the following syntax:<option value="font_size">font_display_size</option>
– font_size is the font size.
– font_display_size is displayed in the drop-down list in the editor.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |