If the font cannot be determined automatically the font will default to this.
It can be a reference to a font that is already set:
$fonts['sameold'] = 'arial.ttf'; $fonts['default'] = $fonts['sameold'];
Or, it can be an entirely new font:
$fonts['default'] = 'Some_New_Font.ttf';