mirror of
https://github.com/themsaid/ibis.git
synced 2025-01-17 05:28:32 +01:00
Merge pull request #3 from liorchamla/fix-default-fonts
Default fonts caused error because they could not be found in the fonts folder
This commit is contained in:
commit
99b021e047
@ -15,10 +15,7 @@ return [
|
|||||||
/**
|
/**
|
||||||
* The list of fonts to be used in the different themes.
|
* The list of fonts to be used in the different themes.
|
||||||
*/
|
*/
|
||||||
'fonts' => [
|
'fonts' => [],
|
||||||
'calibri' => 'Calibri-Regular.ttf',
|
|
||||||
'times' => 'times-regular.ttf',
|
|
||||||
],
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Page ranges to be used with the sample command.
|
* Page ranges to be used with the sample command.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user