fix a console error related to trying to use font weight 500

This commit is contained in:
Michael Q Larson
2014-12-16 16:44:03 -08:00
parent 6aac48951e
commit 22bfe0dec1

View File

@ -5,7 +5,7 @@
@import "lib/animate.min.less";
@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 {
font-family: 'Lato', sans-serif;
@ -46,7 +46,7 @@ h1, h2 {
}
.btn {
font-weight: 500;
font-weight: 400;
}
h1, h2, h3, h4, h5, h6, p, li {