diff --git a/kernel/app_modules/card/services/CardFileService.php b/kernel/app_modules/card/services/CardFileService.php index 8d70cbd..f528c07 100644 --- a/kernel/app_modules/card/services/CardFileService.php +++ b/kernel/app_modules/card/services/CardFileService.php @@ -69,7 +69,7 @@ class CardFileService $uploadFileDir = ROOT_DIR . $uploadDirUri; $img = ROOT_DIR . "/" . $card->cardTemplate->path; // Ссылка на файл - $font = RESOURCES_DIR . "/tmp/arialmt.ttf"; // Ссылка на шрифт + $font = RESOURCES_DIR . "/arialmt.ttf"; // Ссылка на шрифт $qr = self::createQr($card->id); $qrImg = new ImageGD($qr->getDataUri()); diff --git a/resources/arialmt.ttf b/resources/arialmt.ttf new file mode 100644 index 0000000..a882d32 Binary files /dev/null and b/resources/arialmt.ttf differ