Improved logo performance

This commit is contained in:
a-ill
2023-08-17 14:54:31 +03:00
parent b7a36b7cd7
commit db270170fa
10 changed files with 18 additions and 5 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 {