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) ] ]);