diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index b87f619929..4200701c9e 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 3a79af2067..de85e20824 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -310,9 +310,9 @@ h4, h5, h6 { margin: 0; - font-family: ''; + font-family: inherit; font-weight: normal; - color: ''; + color: inherit; text-rendering: optimizelegibility; } h1 small, diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index d62ce4bebc..26b47ae724 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -63,6 +63,7 @@ hr.soften { .jumbotron h1 { margin-bottom: 9px; font-size: 81px; + font-weight: bold; letter-spacing: -1px; line-height: 1; } diff --git a/less/variables.less b/less/variables.less index 21585cb6df..a882887733 100644 --- a/less/variables.less +++ b/less/variables.less @@ -50,9 +50,9 @@ @baseLineHeight: 18px; @altFontFamily: Georgia, "Times New Roman", Times, serif; -@headingsFontFamily: ''; // empty to use BS default, @baseFontFamily -@headingsFontWeight: normal; // instead of browser default, bold -@headingsColor: ''; // empty to use BS default, @textColor +@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily +@headingsFontWeight: normal; // instead of browser default, bold +@headingsColor: inherit; // empty to use BS default, @textColor // Tables