Skip to content

Commit

Permalink
Croatian PDF font fix
Browse files Browse the repository at this point in the history
Placed dejavusans instead of freesans. Order alphabetically.
  • Loading branch information
nmisic authored and c-schmitz committed Mar 6, 2015
1 parent b817f55 commit 0a188fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/config-defaults.php
Expand Up @@ -347,6 +347,7 @@
'el'=>'dejavusans',
'he'=>'freesans',
'hi'=>'dejavusans',
'hr'=>'dejavusans',
'hu'=>'dejavusans',
'ja'=>'cid0jp',
'ko'=>'cid0kr',
Expand All @@ -360,7 +361,6 @@
'ro'=>'dejavusans',
'ru'=>'dejavusans',
'sr'=>'dejavusans',
'hr'=>'freesans',
);
/**
* $notsupportlanguages - array of language where no font was found for PDF
Expand Down

0 comments on commit 0a188fb

Please sign in to comment.