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