mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-01-22 08:48:43 +00:00
lighthouse improvements
This commit is contained in:
parent
ffcad9d58c
commit
286717d00f
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@
|
|||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
font-family: var(--font-family);
|
||||
font-display: swap;
|
||||
color: #000; }
|
||||
|
||||
body {
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ html, body {
|
|||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
font-family: var(--font-family);
|
||||
font-display: swap;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user