diff --git a/Admin/Install/Application/Timerecording/Application.php b/Admin/Install/Application/Timerecording/Application.php index d952465..f21b72c 100644 --- a/Admin/Install/Application/Timerecording/Application.php +++ b/Admin/Install/Application/Timerecording/Application.php @@ -370,12 +370,11 @@ final class Application private function initResponseHead(Head $head, HttpRequest $request, HttpResponse $response) : void { /* Load assets */ - $head->addAsset(AssetType::CSS, 'Resources/fonts/fontawesome/css/font-awesome.min.css'); - $head->addAsset(AssetType::CSS, 'cssOMS/styles.css?v=1.0.0'); - $head->addAsset(AssetType::CSS, '//fonts.googleapis.com/css?family=Roboto:100,300,300i,400,700,900'); + $head->addAsset(AssetType::CSS, 'Resources/fonts/googleicons/styles.css', ['defer']); + $head->addAsset(AssetType::CSS, 'cssOMS/styles.css?v=1.0.0', ['defer']); + $head->addAsset(AssetType::CSS, 'Web/{APPNAME}/css/frontend.css?v=1.0.0', ['defer']); // Framework - $head->addAsset(AssetType::JS, 'jsOMS/Utils/oLib.js?v=1.0.0'); $head->addAsset(AssetType::JS, 'jsOMS/UnhandledException.js?v=1.0.0'); $head->addAsset(AssetType::JS, 'Web/Timerecording/js/timerecording.js?v=1.0.0', ['type' => 'module']); $head->addAsset(AssetType::JSLATE, 'Modules/Navigation/Controller.js?v=1.0.0', ['type' => 'module']); diff --git a/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording-small.css b/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording-small.css index 7562f51..9209780 100644 --- a/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording-small.css +++ b/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording-small.css @@ -24,7 +24,7 @@ --nav-header-background-highlight: rgb(94, 52, 133); --nav-header-background-hover: rgb(116, 67, 161); --nav-content-hover: rgb(177, 97, 218); - --font-family: 'Roboto', sans-serif; + --font-family: 'Arial', Helvetica, sans-serif; --button-colored-background: rgb(158, 81, 197); --button-colored-background-hover: rgb(177, 97, 218); --table-caption-background: rgb(255, 255, 255); diff --git a/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording_vars.css b/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording_vars.css index 1f5ee22..4cfe4bc 100644 --- a/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording_vars.css +++ b/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording_vars.css @@ -20,5 +20,5 @@ --nav-header-background: rgb(72, 39, 102); --nav-header-background-highlight: rgb(94, 52, 133); --nav-header-background-hover: rgb(116, 67, 161); - --font-family: 'Roboto', sans-serif; + --font-family: 'Arial', Helvetica, sans-serif; --box-border-color: rgb(202, 202, 202); } diff --git a/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording_vars.scss b/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording_vars.scss index d13715e..bd06c47 100644 --- a/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording_vars.scss +++ b/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording_vars.scss @@ -33,7 +33,7 @@ --nav-content-hover: rgb(177, 97, 218); - --font-family: 'Roboto', sans-serif; + --font-family: 'Arial', Helvetica, sans-serif; --button-colored-background: rgb(158, 81, 197); --button-colored-background-hover: rgb(177, 97, 218);