After upgrading Jasper to the last version, it stopped finding one font: Symbol. The rest of the fonts seem to be fine. I have a bunch of ttfs in the same directory as where
On ubuntu I needed to uninstall the fonts and reinstall them:
sudo apt-get remove ttf-mscorefonts-installer sudo apt-get install ttf-mscorefonts-installer
Then, it works ok.