From e0c85fb69cfc4a9956856e0b14afb12def2fccf0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 Mar 2012 17:18:07 -0700 Subject: [PATCH] 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 8fedb1f08685c363bf6a9c59f05b71dd1f8a4b8a..2f10c7654e0e2d68047b8214aeace4ef792a0514 100644 GIT binary patch delta 488 zcmZ3miFv^$W}X0VW)?065U}c+$fL-ne=ytM;NWD#YEcfjaDXbC0Zdq$38-#{Em%PR z;KthL!NbG|WKw_(e`apF zerO0M12f!ekR6l#s-0nqr&m`BfP{p4Y+*v7J=I{LOLJ6E-8NZrt^v#`{&Q0mLHf4s zGl2%>hj$=b8&b1jPkYeMhp>eU

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 // -------------------------