]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Body font weight variable 21004/head
authortomhorvat <tomhorvat@gmail.com>
Tue, 25 Oct 2016 13:05:51 +0000 (15:05 +0200)
committertomhorvat <tomhorvat@gmail.com>
Tue, 25 Oct 2016 13:05:51 +0000 (15:05 +0200)
scss/_reboot.scss
scss/_variables.scss

index 461ca40e680e838c75512deb8fd134f04ff0c106..65f20b4d6fb9802d1f88a94cdd1113cef1bc3e82 100644 (file)
@@ -72,6 +72,7 @@ body {
   // Make the `body` use the `font-size-root`
   font-family: $font-family-base;
   font-size: $font-size-base;
+  font-weight: $font-weight-base;
   line-height: $line-height-base;
   // Go easy on the eyes and use something other than `#000` for text
   color: $body-color;
index 6f9b1c52b613ffaaf76d8796a430ec9521494132..46c06b0475509599cf94bb481c608c2849554ec2 100644 (file)
@@ -193,6 +193,8 @@ $font-size-lg:   1.25rem !default;
 $font-size-sm:   .875rem !default;
 $font-size-xs:   .75rem !default;
 
+$font-weight-base: normal !default;
+
 $line-height-base: 1.5 !default;
 
 $font-size-h1: 2.5rem !default;