Information

INFO - Font file dejavuserifcondensed contains characters in Unicode Plane 1 SMP

Font names as parsed by mPDF

"DejaVu Serif Condensed" font is available as dejavuserifcondensed

Sample config_fonts.php file

Remember to edit the following arrays to place your preferred default first in order:
$this->fontdata = array (
  'dejavuserifcondensed' => 
  array (
    'B' => 'DejaVuSerifCondensed-Bold.ttf',
    'BI' => 'DejaVuSerifCondensed-BoldItalic.ttf',
    'I' => 'DejaVuSerifCondensed-Italic.ttf',
    'R' => 'DejaVuSerifCondensed.ttf',
  ),
);
$this->sans_fonts = array('');
$this->serif_fonts = array('dejavuserifcondensed');
$this->mono_fonts = array('');