The Java virtual machine can map logical font family names to different physical fonts.
* A font that is available in different operating systems can be slightly different from one operating system to another. To use font extensions, create the font extension (see chapter 9 of
the Studio guide), then
1. On the machine hosting your JasperReports Server instance, enable font support by adding the following text string to your \WEB-INF\classes\jasperreports.properties file:
net.sf.jasperreports.web.resource.pattern.fonts=fonts/.*
You only have to enable font support once.
2. Add the exported font set jar to your WEB-INF\lib directory. 3. Stop and restart your JasperReports Server instance. See the JasperReports Server Installation Guide for more information.