I'm getting the exception net.sf.jasperreports.engine.util.JRFontNotFoundException Font 'Arial' is not available to the JVM
So after some reading I found a maven dependency which seems to add the Arial font. https://mvnrepository.com/artifact/net.sf.jasperreports/jasperreports-fonts/6.20.0
Will this dependency add the Arial font, so jasperreports can use it?