From eb8f7660056ccc9a54ca4fc66220c351c2e35bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Thu, 24 Jul 2014 21:00:12 -0700 Subject: [PATCH] [docs] increase base font-weight Closes #1926 --- docs/_css/_typography.scss | 3 --- 1 file changed, 3 deletions(-) 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; } - -