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%;
width: 93%;
overflow-wrap: break-word;
}
.items_subscribe{

View File

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