diff options
Diffstat (limited to 'app/class/Controllerfont.php')
-rw-r--r-- | app/class/Controllerfont.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Controllerfont.php b/app/class/Controllerfont.php index eb8caa2..3717359 100644 --- a/app/class/Controllerfont.php +++ b/app/class/Controllerfont.php @@ -27,7 +27,7 @@ class Controllerfont extends Controller [ 'fontlist' => $fontlist, 'fonttypes' => $this->fontmanager->getfonttypes(), - 'fontfile' => Model::globalpath() . 'fonts.css' + 'fontfile' => Model::dirtopath(Model::ASSETS_CSS_DIR) . 'fonts.css' ] ); } else { |