Managing fonts > Adding fonts to the text editor

Adding fonts to the text editor
When you add a new font to the Composition Center text editor, you must also import this font to the resource set in the Design Center Project.
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
To add a font and specify the font sizes
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>
where:
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>
where:
font_size is the font size.
font_display_size is displayed in the drop-down list in the editor.
4
OpenText StreamServe 5.6 Updated: 2013-03-01