fix font path

This commit is contained in:
Dennis Eichhorn 2022-02-12 20:08:46 +01:00
parent 05f5c68e68
commit 1b399661e3

View File

@ -355,8 +355,8 @@ final class Application
private function initResponseHead(Head $head, HttpRequest $request, HttpResponse $response) : void
{
/* Load assets */
$head->addAsset(AssetType::CSS, '../Resources/fontawesome/css/font-awesome.min.css');
$head->addAsset(AssetType::CSS, '../Web/{APPNAME}/css/fonts.css');
$head->addAsset(AssetType::CSS, '../Resources/fonts/fontawesome/css/font-awesome.min.css');
$head->addAsset(AssetType::CSS, '../Resources/fonts/Roboto/roboto.css');
$head->addAsset(AssetType::CSS, '../Web/{APPNAME}/css/shop.css');
// Framework