Files
elcaribe/vendor/niklasravnsborg/laravel-pdf/src/mpdf_ttfonts_config.php

6 lines
200 B
PHP

<?php
use Illuminate\Support\Facades\Config;
define('_MPDF_SYSTEM_TTFONTS', Config::get('pdf.custom_font_path'));
$this->fontdata = array_merge($this->fontdata, Config::get('pdf.custom_font_data'));