Question
Pegasystems Inc.
AU
Last activity: 20 Feb 2017 3:11 EST
For application need to send correspondences in a font not provided OOTB
Hi,
There is a requirement in our application, where we need to send out the correspondences in Mark-Offc-Pro-Narrow font.
And this just specific to the correspondences being sent out.
What is the best way to implement this requirement.
Will installing the hotfix HFix-24563 and the below local change to userworkform help.
<script>
window.customCKEditorFonts = "Helvetica, sans-serif;Comic Sans MS/Comic Sans MS, cursive;Courier New/Courier New, Courier, monospace;Georgia/Georgia, serif;Lucida Sans Unicode/Lucida Sans Unicode, Lucida Grande, sans-serif;Tahoma/Tahoma, Geneva, sans-serif;Times New Roman/Times New Roman, Times, serif;Trebuchet MS/Trebuchet MS, Helvetica, sans-serif;Verdana/Verdana, Geneva, sans-serif;MS Mincho" + ";Segoe UI";
</script>
Or is there any other way out.
***Updated by Moderator: Marissa to add SR Details to post***