1
0
mirror of https://github.com/themsaid/ibis.git synced 2025-01-16 13:09:27 +01:00

formatting

This commit is contained in:
Mohamed Said 2020-11-04 22:28:49 +02:00
parent 99b021e047
commit 36c125415d
2 changed files with 9 additions and 2 deletions

6
ibis
View File

@ -7,7 +7,11 @@ use Ibis\Commands\SampleCommand;
use Ibis\Commands\SortContentCommand;
use Symfony\Component\Console\Application;
require file_exists(__DIR__.'/vendor/autoload.php') ? __DIR__.'/vendor/autoload.php' : __DIR__.'/../../autoload.php';
if (file_exists(__DIR__.'/../../autoload.php')) {
require __DIR__.'/../../autoload.php';
} else {
require __DIR__.'/vendor/autoload.php';
}
/**
* Start the console application.

View File

@ -15,7 +15,10 @@ return [
/**
* 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.