]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Added use of new headings variables. 2436/head
authorMark Figueredo <mark@gruvii.com>
Tue, 6 Mar 2012 21:45:43 +0000 (16:45 -0500)
committerMark Figueredo <mark@gruvii.com>
Tue, 6 Mar 2012 21:45:43 +0000 (16:45 -0500)
less/type.less

index 5a0473e7690408c25624f9841fac78c599f3f484..4e1407b851b5c56e5eebcc8a0e2339393334b28c 100644 (file)
@@ -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;