0.0.127 upd font-family

This commit is contained in:
2023-09-05 14:43:32 +03:00
parent 28504cbc45
commit ad66adefbf
2 changed files with 46 additions and 19 deletions

View File

@@ -1542,6 +1542,7 @@
padding-left: 4%; padding-left: 4%;
width: 93%; width: 93%;
overflow-wrap: break-word; overflow-wrap: break-word;
} }
.items_subscribe{ .items_subscribe{

View File

@@ -3,19 +3,44 @@
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
border: none; border: none;
font-family: 'Inter';
} }
@font-face { /*@font-face {*/
font-family: Inter; /* font-family: 'Inter';*/
src: /* src:*/
/*url("/static/fonts/inter/Inter-Black.ttf"),*/ /* !*url("/static/fonts/inter/Inter-Black.ttf") format('truetype'),*!*/
/*url("/static/fonts/inter/Inter-Bold.ttf"),*/ /* !*url("/static/fonts/inter/Inter-Bold.ttf") format('truetype'),*!*/
/*url("/static/fonts/inter/Inter-ExtraBold.ttf"),*/ /* !*url("/static/fonts/inter/Inter-ExtraBold.ttf") format('truetype'),*!*/
/*url("/static/fonts/inter/Inter-ExtraLight.ttf"),*/ /* !*url("/static/fonts/inter/Inter-ExtraLight.ttf") format('truetype'),*!*/
/*url("/static/fonts/inter/Inter-Light.ttf"),*/ /* !*url("/static/fonts/inter/Inter-Light.ttf") format('truetype'),*!*/
/*url("/static/fonts/inter/Inter-Medium.ttf"),*/ /* !*url("/static/fonts/inter/Inter-Medium.ttf") format('truetype'),*!*/
url("/static/fonts/inter/Inter-Regular.ttf"), /* !*url("/static/fonts/inter/Inter-Regular.ttf") format('truetype'),*!*/
url("/static/fonts/inter/Inter-SemiBold.ttf"), /* url("/static/fonts/inter/Inter-SemiBold.ttf") format('truetype'),*/
url("/static/fonts/inter/Inter-Thin.ttf"); /* url("/static/fonts/inter/Inter-Thin.ttf") format('truetype');*/
/*}*/
@font-face{
font-family: 'Inter';
src: url("/static/fonts/inter/Inter-Regular.ttf") format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face{
font-family: 'Inter';
src: url("/static/fonts/inter/Inter-Medium.ttf") format('truetype') ;
font-weight: 500;
font-style: normal;
}
@font-face{
font-family: 'Inter';
src: url("/static/fonts/inter/Inter-SemiBold.ttf") format('truetype') ;
font-weight: 600;
font-style: normal;
}
@font-face{
font-family: 'Inter';
src: url("/static/fonts/inter/Inter-Bold.ttf") format('truetype') ;
font-weight: 700;
font-style: normal;
} }
/* Links */ /* Links */
@@ -99,7 +124,7 @@ button::-moz-focus-inner {
label { label {
cursor: pointer; cursor: pointer;
margin-bottom: 7px; margin-bottom: 7px;
font-family: Inter; font-family: 'Inter';
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
@@ -139,7 +164,7 @@ html, body{
text-decoration: none; text-decoration: none;
color: black; color: black;
/* Body text 1 */ /* Body text 1 */
font-family: Inter; font-family: 'Inter';
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
@@ -202,7 +227,7 @@ footer {
section.register>h1 { section.register>h1 {
color: #272424; color: #272424;
text-align: center; text-align: center;
font-family: Inter; font-family: 'Inter';
font-size: 44px; font-size: 44px;
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
@@ -223,7 +248,7 @@ section.register>h1 {
.first-column>div:nth-child(2)>div:last-child>input::placeholder { .first-column>div:nth-child(2)>div:last-child>input::placeholder {
color: rgba(39, 36, 36, 0.60); color: rgba(39, 36, 36, 0.60);
font-family: Inter; font-family: 'Inter';
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
@@ -234,7 +259,7 @@ section.register>h1 {
.first-column>div:nth-child(2)>div:first-child { .first-column>div:nth-child(2)>div:first-child {
color: #FFF; color: #FFF;
/* Body text 3 */ /* Body text 3 */
font-family: Inter; font-family: 'Inter';
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@@ -325,7 +350,7 @@ footer>div {
.second-column>div:first-child { .second-column>div:first-child {
color: #FFF; color: #FFF;
/* Heading 4 */ /* Heading 4 */
font-family: Inter; font-family: 'Inter';
font-size: 20px; font-size: 20px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
@@ -337,7 +362,7 @@ footer>div {
.four-column>div:first-child { .four-column>div:first-child {
color: #FFF; color: #FFF;
/* Heading 4 */ /* Heading 4 */
font-family: Inter; font-family: 'Inter';
font-size: 20px; font-size: 20px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
@@ -734,6 +759,7 @@ input.deactive {
text-align: left; text-align: left;
width: 86%; width: 86%;
padding-top: 2%; padding-top: 2%;
font-weight: 400;
} }
.custom-checkbox+label::before { .custom-checkbox+label::before {