Improved Lighthouse score
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user