1
0
mirror of https://github.com/themsaid/ibis.git synced 2025-04-20 05:11:56 +02:00

fix: deleting default fonts which caused error if fonts were not in fonts folder

This commit is contained in:
Lior Chamla 2020-11-04 17:01:41 +01:00
parent ae91b1c350
commit 51912a499c

View File

@ -15,10 +15,7 @@ return [
/**
* The list of fonts to be used in the different themes.
*/
'fonts' => [
'calibri' => 'Calibri-Regular.ttf',
'times' => 'times-regular.ttf',
],
'fonts' => [],
/**
* Page ranges to be used with the sample command.