mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-13 06:48:41 +00:00
fix font path
This commit is contained in:
parent
22990fd1c4
commit
e7a6596d67
|
|
@ -355,8 +355,8 @@ final class Application
|
||||||
private function initResponseHead(Head $head, HttpRequest $request, HttpResponse $response) : void
|
private function initResponseHead(Head $head, HttpRequest $request, HttpResponse $response) : void
|
||||||
{
|
{
|
||||||
/* Load assets */
|
/* Load assets */
|
||||||
$head->addAsset(AssetType::CSS, '../Resources/fontawesome/css/font-awesome.min.css');
|
$head->addAsset(AssetType::CSS, '../Resources/fonts/fontawesome/css/font-awesome.min.css');
|
||||||
$head->addAsset(AssetType::CSS, '../Web/{APPNAME}/css/fonts.css');
|
$head->addAsset(AssetType::CSS, '../Resources/fonts/Roboto/roboto.css');
|
||||||
$head->addAsset(AssetType::CSS, '../Web/{APPNAME}/css/shop.css');
|
$head->addAsset(AssetType::CSS, '../Web/{APPNAME}/css/shop.css');
|
||||||
|
|
||||||
// Framework
|
// Framework
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user