Improve font-family declarations in login CSS
parent
c7bf6f4d6e
commit
27fe2187b4
|
@ -26,12 +26,12 @@
|
||||||
|
|
||||||
body, html {
|
body, html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: Ubuntu-Regular, sans-serif;
|
font-family: 'Ubuntu-Regular', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*---------------------------------------------*/
|
/*---------------------------------------------*/
|
||||||
a {
|
a {
|
||||||
font-family: Ubuntu-Regular;
|
font-family: 'Ubuntu-Regular', sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
|
@ -57,7 +57,7 @@ h1,h2,h3,h4,h5,h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: Ubuntu-Regular;
|
font-family: 'Ubuntu-Regular', sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
|
@ -119,7 +119,7 @@ iframe {
|
||||||
/*//////////////////////////////////////////////////////////////////
|
/*//////////////////////////////////////////////////////////////////
|
||||||
[ Utility ]*/
|
[ Utility ]*/
|
||||||
.txt1 {
|
.txt1 {
|
||||||
font-family: Ubuntu-Regular;
|
font-family: 'Ubuntu-Regular', sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #827ffe;
|
color: #827ffe;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
@ -150,7 +150,7 @@ iframe {
|
||||||
|
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -170,7 +170,7 @@ iframe {
|
||||||
}
|
}
|
||||||
|
|
||||||
.login100-form-title {
|
.login100-form-title {
|
||||||
font-family: Ubuntu-Bold;
|
font-family: 'Ubuntu-Bold', sans-serif;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
color: #403866;
|
color: #403866;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
@ -197,7 +197,7 @@ iframe {
|
||||||
|
|
||||||
/*---------------------------------------------*/
|
/*---------------------------------------------*/
|
||||||
.input100 {
|
.input100 {
|
||||||
font-family: Ubuntu-Bold;
|
font-family: 'Ubuntu-Bold', sans-serif;
|
||||||
color: #403866;
|
color: #403866;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
@ -268,7 +268,7 @@ iframe {
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-checkbox100 {
|
.label-checkbox100 {
|
||||||
font-family: Ubuntu-Regular;
|
font-family: 'Ubuntu-Regular', sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
@ -281,7 +281,7 @@ iframe {
|
||||||
|
|
||||||
.label-checkbox100::before {
|
.label-checkbox100::before {
|
||||||
content: "\f00c";
|
content: "\f00c";
|
||||||
font-family: FontAwesome;
|
font-family: 'Font Awesome 6 Free', sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
|
||||||
|
@ -325,7 +325,7 @@ iframe {
|
||||||
}
|
}
|
||||||
|
|
||||||
.login100-form-btn {
|
.login100-form-btn {
|
||||||
font-family: Ubuntu-Bold;
|
font-family: 'Ubuntu-Bold', sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
@ -379,7 +379,7 @@ iframe {
|
||||||
right: 12px;
|
right: 12px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
font-family: Ubuntu-Regular;
|
font-family: 'Ubuntu-Regular', sans-serif;
|
||||||
color: #c80000;
|
color: #c80000;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
@ -396,7 +396,7 @@ iframe {
|
||||||
|
|
||||||
.alert-validate::after {
|
.alert-validate::after {
|
||||||
content: "\f12a";
|
content: "\f12a";
|
||||||
font-family: FontAwesome;
|
font-family: 'Font Awesome 6 Free', sans-serif;
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
color: #c80000;
|
color: #c80000;
|
||||||
|
|
Loading…
Reference in New Issue