From 1846ab34f68c9ac28254915ebcb885b7aef5d25e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 3 Jul 2017 19:07:03 -0700 Subject: [PATCH] 300, not light --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index bf9916388879..794d12d83f66 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -239,7 +239,7 @@ $font-size-base: 1rem !default; // Assumes the browser default, typically `16px` $font-size-lg: 1.25rem !default; $font-size-sm: .875rem !default; -$font-weight-light: light !default; +$font-weight-light: 300 !default; $font-weight-normal: normal !default; $font-weight-bold: bold !default;