Добавил Robots.txt + Sitemap, улучшил порядок загрузки шрифтов (95 баллов Lighthouse)
This commit is contained in:
parent
1f3ea5bbc3
commit
56d60d3b6d
5 changed files with 372 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
font-family: 'Lineyka';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
src: url('/fonts/lineyka.otf');
|
||||
}
|
||||
|
||||
|
@ -13,6 +14,7 @@
|
|||
font-family: 'Disket Mono';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-display: block;
|
||||
src: url('/fonts/Disket-Mono-Regular.ttf');
|
||||
}
|
||||
|
||||
|
@ -20,6 +22,7 @@
|
|||
font-family: 'Disket Mono';
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-display: block;
|
||||
src: url('/fonts/Disket-Mono-Bold.ttf');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue