font-weight fix in hosting app

This commit is contained in:
ARvind Tiwari 2017-08-08 00:51:54 +05:30
parent 6c4e0067ba
commit cc58c49457

View file

@ -33,7 +33,7 @@ h5,
h6 { h6 {
/*font-family: 'Lato-Regular', sans-serif;*/ /*font-family: 'Lato-Regular', sans-serif;*/
font-family: 'Lato', sans-serif; font-family: 'Lato', sans-serif;
font-weight: 300; /*font-weight: 300;*/
} }
.topnav { .topnav {
@ -379,7 +379,7 @@ h6 {
font-size: 18px; font-size: 18px;
line-height: 30px; line-height: 30px;
/*font-family: 'Lato' !important;*/ /*font-family: 'Lato' !important;*/
font-weight: normal !important; font-weight: 300 !important;
} }
.sign-up-message a { .sign-up-message a {
@ -492,7 +492,7 @@ a.unlink:hover {
/***** DCL payment page **********/ /***** DCL payment page **********/
.dcl-order-container { .dcl-order-container {
/*font-family: Lato;*/ /*font-family: Lato;*/
font-weight: normal; font-weight: 300;
} }
.dcl-order-table-header { .dcl-order-table-header {
@ -552,7 +552,7 @@ a.unlink:hover {
.card-warning-content { .card-warning-content {
/*font-family: Lato;*/ /*font-family: Lato;*/
font-weight: normal; font-weight: 300;
border: 1px solid #a1a1a1; border: 1px solid #a1a1a1;
border-radius: 3px; border-radius: 3px;
padding: 5px; padding: 5px;