From 8320ad64614720be6ab06662465846a59844d168 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 5 Jan 2024 20:49:29 +0100 Subject: [PATCH] Bug ajout de fonte --- core/module/theme/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index a0b7083..9c3553c 100644 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -738,7 +738,7 @@ class theme extends common [ 'name' => $fontName, 'font-family' => $fontFamilyName, - 'resource' => $resource + 'resource' => self::DATA_DIR . 'font/' . basename($resource) ] ]);