Improved Lighthouse score

This commit is contained in:
a-ill
2023-08-17 14:30:35 +03:00
parent 9143bf30de
commit b7a36b7cd7
84 changed files with 55 additions and 19346 deletions

View File

@@ -60,9 +60,11 @@ body {
font-style: normal;
font-display: swap;
src:
url('/fonts/LoraSerif/Lora-Regular.ttf') format('ttf'),
url('/fonts/LoraSerif/Lora-Regular.woff') format('woff'),
url('/fonts/LoraSerif/Lora-Regular.woff2') format('woff');
url('/fonts/LoraSerif/Lora-Regular.woff2') format('woff'),
url('/fonts/LoraSerif/Lora-Regular.woff') format('woff'),
url('/fonts/LoraSerif/Lora-Regular.ttf') format('ttf');
}
.serif {

View File

@@ -53,7 +53,7 @@ footer {
position: relative;
bottom: 0;
width: 100%;
height: auto;
height: 13.2875rem;
background: var(--gray);
border-top: var(--red) solid 0.5rem;
}