You are here:
Add Client-Side Fonts in CLM
Complete these steps to add fonts, or follow the instructions in the Vlocity Installation Assistant on the Diagnostics tab for the Add Extended Font step.
- Log into your company's org.
- Check your Static Resources and see if you have cs_vlocity_webfonts_main already installed. If not, complete the following procedure.
- Go to the Knowledge Base article that contains the font files of the font you want to add, and download the font Zip file.
- Log into your company's org.
- From Setup, in the Quick Find box, enter static.
- Click Static Resources.
- Click New.
- In the Name field, enter the name of the font Zip file by using the following naming convention:
cs_vlocity_webfonts_fontname. - In the File field, click Choose File and browse to the download location of the font Zip file.
- Click Save.
- In the Developer Console, run the following script:
Set <String> fonts = new Set<String>(); fonts.add('cs_vlocity_webfonts_fontname'); namespace.CmPostInstallClass.preparePdfFontLibrary(true, fonts); - Close the Developer Console.
- Verify the fonts are installed.
- From Setup, go to Static Resources.
- Click cs_vlocity_webfonts_main.
- Click View file to download the Zip file.
- Open the Zip file.
- Open the fonts.json file. Verify the file contains references for the font you installed.

