Set Fontpicker fonts list

The section covers customizing the list of fonts provided for the font-picker in the Tiny Editors.

Procedure

  1. Using a plain text editor, open customization_path/javascript/tiny/editors/connections/config.js.
    Note: Use a plain text editor to avoid inserting invalid formatting or symbols into config.js. Do not use a rich text editor such as Microsoft Word for editing configuration files.
  2. Locate the property fonts and modify the array to customize the fonts list configuration using the following resources:
    If the font list array is empty (fonts: [],) the default list will be used.
  3. When you have finished making configuration changes, follow the post-customization steps to ensure the server cache is updated.
    Note: If the configuration changes do not take affect, restart the Common enterprise application to force a cache update.