From: Mark Otto Date: Tue, 4 Jul 2017 02:07:03 +0000 (-0700) Subject: 300, not light X-Git-Tag: v4.0.0-beta.2~447 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1846ab34f68c9ac28254915ebcb885b7aef5d25e;p=thirdparty%2Fbootstrap.git 300, not light --- diff --git a/scss/_variables.scss b/scss/_variables.scss index bf99163888..794d12d83f 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;