diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 8fedb1f086..2f10c7654e 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/download.html b/docs/download.html index 427dad76dd..5e6a1dc173 100644 --- a/docs/download.html +++ b/docs/download.html @@ -276,14 +276,20 @@

Typography

+ + + + + + - + - + @@ -296,12 +302,6 @@ - - - - - -

Tables

diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index d7cc9e9f7e..e5564a1f22 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -200,14 +200,20 @@

{{_i}}Typography{{/i}}

+ + + + + + - + - + @@ -220,12 +226,6 @@ - - - - - -

{{_i}}Tables{{/i}}

diff --git a/less/variables.less b/less/variables.less index 1fb22ac323..c8e2a3c0df 100644 --- a/less/variables.less +++ b/less/variables.less @@ -45,19 +45,19 @@ // Typography // ------------------------- +@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif; +@serifFontFamily: Georgia, "Times New Roman", Times, serif; +@monoFontFamily: Menlo, Monaco, "Courier New", monospace; + @baseFontSize: 13px; -@baseFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif; +@baseFontFamily: @sansFontFamily; @baseLineHeight: 18px; -@altFontFamily: Georgia, "Times New Roman", Times, serif; +@altFontFamily: @serifFontFamily; @headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily @headingsFontWeight: bold; // instead of browser default, bold @headingsColor: inherit; // empty to use BS default, @textColor -@serifFontFamily: Georgia, "Times New Roman", Times, serif; -@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif; -@monoFontFamily: Menlo, Monaco, "Courier New", monospace; - // Tables // -------------------------