2

I have dejavu fonts installed on x/y/z path and I am using open Jdk 8 (Zulu). While using application that runs on Apache I am getting fonts not found error. For your information, webpage application contain image as well.

I_am_groot
  • 39
  • 7

1 Answers1

1

add the path to your fonts to /etc/fonts/fonts.conf:

<fontconfig>
   <dir>x/y/z</dir>

Also, you may need to delete $HOME/.java/fonts/*

Sergey Grinev
  • 34,078
  • 10
  • 128
  • 141