How to Install Fonts on CentOS
0
Created On 04/01/20 18:02 PM - Last Modified 07/19/22 23:17 PM
Objective
Adding additional fonts is helpful for cases when you want to include non-Latin characters in reports.
Environment
Cortex XSOAR
Procedure
Install the Fonts
- Access a command prompt and run the cd /usr/share/fonts command.
- Create a new directory named local by running the sudo mkdir local command.
- Copy the fonts to the /usr/share/fonts directory
- Refresh the fonts cache by running the fc-cache /usr/share/fonts/local