0.1.353 add font-display for lcp test

This commit is contained in:
2024-02-02 15:04:30 +03:00
parent 6ba41af305
commit 6a69ff02b1

View File

@@ -23,24 +23,28 @@
src: url("/static/fonts/inter/Inter-Regular.ttf") format('truetype'); src: url("/static/fonts/inter/Inter-Regular.ttf") format('truetype');
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
font-display: swap;
} }
@font-face{ @font-face{
font-family: 'Inter'; font-family: 'Inter';
src: url("/static/fonts/inter/Inter-Medium.ttf") format('truetype') ; src: url("/static/fonts/inter/Inter-Medium.ttf") format('truetype') ;
font-weight: 500; font-weight: 500;
font-style: normal; font-style: normal;
font-display: swap;
} }
@font-face{ @font-face{
font-family: 'Inter'; font-family: 'Inter';
src: url("/static/fonts/inter/Inter-SemiBold.ttf") format('truetype') ; src: url("/static/fonts/inter/Inter-SemiBold.ttf") format('truetype') ;
font-weight: 600; font-weight: 600;
font-style: normal; font-style: normal;
font-display: swap;
} }
@font-face{ @font-face{
font-family: 'Inter'; font-family: 'Inter';
src: url("/static/fonts/inter/Inter-Bold.ttf") format('truetype') ; src: url("/static/fonts/inter/Inter-Bold.ttf") format('truetype') ;
font-weight: 700; font-weight: 700;
font-style: normal; font-style: normal;
font-display: swap;
} }
/* Links */ /* Links */
@@ -267,11 +271,15 @@ section.register>h1 {
border-radius: 10px; border-radius: 10px;
border: 1px solid black; border: 1px solid black;
} }
.footer_input_wrap.hide{
display: none;
}
.footer_input_wrap { .footer_input_wrap {
display: flex; display: flex;
color: #fff;
} }
.footer_input::placeholder { .footer_input::placeholder {
color: rgba(39, 36, 36, 0.60); color: rgba(39, 36, 36, 0.60);
font-size: 16px; font-size: 16px;