1
0
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:
Mohamed Said 2020-11-04 22:27:52 +02:00 committed by GitHub
commit 99b021e047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.