lighthouse improvements

This commit is contained in:
Dennis Eichhorn 2023-09-26 20:49:43 +00:00
parent ffcad9d58c
commit 286717d00f
3 changed files with 3 additions and 1 deletions

View File

@ -370,7 +370,7 @@ 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?v=1.0.0');
$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');

View File

@ -46,6 +46,7 @@
max-width: 100%;
overflow: hidden;
font-family: var(--font-family);
font-display: swap;
color: #000; }
body {

View File

@ -7,6 +7,7 @@ html, body {
max-width: 100%;
overflow: hidden;
font-family: var(--font-family);
font-display: swap;
color: #000;
}