Additional fonts may be added to Exago by installing them on the web server. Fonts must be available to the user account the web server is running under. The font must also be available on each user's computer in order to appear in reports.
Windows
Adding additional fonts to Azure App Services is not supported.
ImportantThis procedure requires restarting the web server which will terminate any user sessions in progress.
- Right-click on the .ttf or .otf font file.
- Click Install for all users.
- Once all fonts are installed on the server, restart IIS.
- Verify the font now appears in the Report Designer's font list.
Linux
- As root, copy the .ttf or .otf font file to the font directory.
- For CentOS, Debian, Fedora, Red Hat Enterprise:
usr/share/fonts/custom
- For Ubuntu:
/usr/local/share/fonts
- For CentOS, Debian, Fedora, Red Hat Enterprise:
- As root, re-build the font-cache by running
fc-cache -fv
. - Verify the font now appears in the Report Designer's font list.