From e0c85fb69cfc4a9956856e0b14afb12def2fccf0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 Mar 2012 17:18:07 -0700 Subject: use new font-stack mixins in base and alt font family mixins --- docs/assets/bootstrap.zip | Bin 55584 -> 55584 bytes docs/download.html | 16 ++++++++-------- docs/templates/pages/download.mustache | 16 ++++++++-------- less/variables.less | 12 ++++++------ 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 8fedb1f08..2f10c7654 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 427dad76d..5e6a1dc17 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 d7cc9e9f7..e5564a1f2 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 1fb22ac32..c8e2a3c0d 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 // ------------------------- -- cgit v1.2.3