[docs] increase base font-weight

Closes #1926
This commit is contained in:
Paul O’Shannessy
2014-07-24 21:01:20 -07:00
parent 7f584f3a49
commit eb8f766005
-3
View File
@@ -6,7 +6,6 @@ $textColorLight: lighten($textColor, 20%);
html {
font-family: $helvetica;
font-family: proxima-nova, $helvetica;
font-weight: 300;
color: $textColor;
line-height: 1.28;
}
@@ -132,5 +131,3 @@ a {
.center {
text-align: center;
}