update font weight on landing page and buttons

pull/2/head
Michael Q Larson 2014-12-10 13:32:00 -08:00
parent d5fa19779b
commit e174972cbb
1 changed files with 11 additions and 0 deletions

View File

@ -5,6 +5,9 @@
@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);
@import url(http://fonts.googleapis.com/css?family=Lato:500);
html,body,div,span,a,li,td,th {
font-family: 'Lato', sans-serif;
@ -29,6 +32,14 @@ footer {
line-height: 45px;
}
h1, h2 {
font-weight: 400;
}
.btn {
font-weight: 500;
}
h1, h2, h3, h4, h5, h6, p, li {
padding-top: 5px;
padding-bottom: 5px;