fix a console error related to trying to use font weight 500
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
@import "lib/animate.min.less";
|
@import "lib/animate.min.less";
|
||||||
|
|
||||||
@import url(http://fonts.googleapis.com/css?family=Lato:300);
|
@import url(http://fonts.googleapis.com/css?family=Lato:300);
|
||||||
|
@import url(http://fonts.googleapis.com/css?family=Lato:400);
|
||||||
|
|
||||||
html,body,div,span,a,li,td,th {
|
html,body,div,span,a,li,td,th {
|
||||||
font-family: 'Lato', sans-serif;
|
font-family: 'Lato', sans-serif;
|
||||||
@ -46,7 +46,7 @@ h1, h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
font-weight: 500;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6, p, li {
|
h1, h2, h3, h4, h5, h6, p, li {
|
||||||
|
Reference in New Issue
Block a user