Browse Source

[docs] increase base font-weight

Closes #1926
main
Paul O’Shannessy 10 years ago
parent
commit
11fe1747e7
  1. 3
      _css/_typography.scss

3
_css/_typography.scss

@ -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;
}

Loading…
Cancel
Save