From 51912a499c1070bc47a80c85b122e251a0ba251e Mon Sep 17 00:00:00 2001 From: Lior Chamla Date: Wed, 4 Nov 2020 17:01:41 +0100 Subject: [PATCH] fix: deleting default fonts which caused error if fonts were not in fonts folder --- stubs/ibis.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/stubs/ibis.php b/stubs/ibis.php index cb88908..461d8c0 100644 --- a/stubs/ibis.php +++ b/stubs/ibis.php @@ -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.