From 22e0b71012a2ddf0322a008a952ae38454d0ab03 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 5 Jan 2024 20:49:23 +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 b428054b..6b71eedb 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) ] ]);