Information

INFO - Font file aegean contains characters in Unicode Plane 1 SMP
INFO - Font file aegyptus contains characters in Unicode Plane 1 SMP
INFO - Font file akkadian contains characters in Unicode Plane 1 SMP
WARNING - Font file for dejavusanscondensed may be an italic cursive script, or extra-bold etc.
INFO - Font file dejavusanscondensed contains characters in Unicode Plane 1 SMP
INFO - Font file dejavuserifcondensed contains characters in Unicode Plane 1 SMP
INFO - Font file mph2bdamase contains characters in Unicode Plane 1 SMP

Font names as parsed by mPDF

"Aboriginal Sans" font is available as aboriginalsans
"Abyssinica SIL" font is available as abyssinicasil
"Aegean" font is available as aegean
"Aegyptus" font is available as aegyptus
"Akkadian" font is available as akkadian
"Ayar" font is available as ayar
"DejaVu Sans Condensed" font is available as dejavusanscondensed
"DejaVu Serif Condensed" font is available as dejavuserifcondensed
"Khmer OS" font is available as khmeros
"MPH 2B Damase" font is available as mph2bdamase

Sample config_fonts.php file

Remember to edit the following arrays to place your preferred default first in order:
$this->fontdata = array (
  'aboriginalsans' => 
  array (
    'R' => 'AboriginalSansREGULAR.ttf',
  ),
  'abyssinicasil' => 
  array (
    'R' => 'Abyssinica_SIL.ttf',
  ),
  'aegean' => 
  array (
    'R' => 'Aegean.otf',
  ),
  'aegyptus' => 
  array (
    'R' => 'Aegyptus.otf',
  ),
  'akkadian' => 
  array (
    'R' => 'Akkadian.otf',
  ),
  'ayar' => 
  array (
    'R' => 'ayar.ttf',
  ),
  'dejavusanscondensed' => 
  array (
    'B' => 'DejaVuSansCondensed-Bold.ttf',
    'R' => 'DejaVuSansCondensed-Bold.ttf',
  ),
  'dejavuserifcondensed' => 
  array (
    'B' => 'DejaVuSerifCondensed-Bold.ttf',
    'R' => 'DejaVuSerifCondensed.ttf',
  ),
  'khmeros' => 
  array (
    'R' => 'KhmerOS.ttf',
  ),
  'mph2bdamase' => 
  array (
    'R' => 'damase_v.2.ttf',
  ),
);
$this->sans_fonts = array('ayar', 'dejavusanscondensed');
$this->serif_fonts = array('dejavuserifcondensed');
$this->mono_fonts = array('');