diff --git a/docs/_css/_typography.scss b/docs/_css/_typography.scss index 3567209a13..2b61ea706b 100644 --- a/docs/_css/_typography.scss +++ b/docs/_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; } - -