mirror of
https://github.com/themsaid/ibis.git
synced 2025-01-16 21:18:35 +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.
|
||||
*/
|
||||
'fonts' => [
|
||||
'calibri' => 'Calibri-Regular.ttf',
|
||||
'times' => 'times-regular.ttf',
|
||||
],
|
||||
'fonts' => [],
|
||||
|
||||
/**
|
||||
* Page ranges to be used with the sample command.
|
||||
|
Loading…
x
Reference in New Issue
Block a user