From: Mark Figueredo Date: Tue, 6 Mar 2012 21:45:43 +0000 (-0500) Subject: Added use of new headings variables. X-Git-Tag: v2.0.2~64^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2436%2Fhead;p=thirdparty%2Fbootstrap.git Added use of new headings variables. --- diff --git a/less/type.less b/less/type.less index 5a0473e769..4e1407b851 100644 --- a/less/type.less +++ b/less/type.less @@ -28,8 +28,9 @@ p { h1, h2, h3, h4, h5, h6 { margin: 0; - font-weight: bold; - color: @grayDark; + font-family: @headingsFontFamily; + font-weight: @headingsFontWeight; + color: @headingsColor; text-rendering: optimizelegibility; // Fix the character spacing for headings small { font-weight: normal;