]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add heading font family variable 8237/head
authorLuis Hdez <luis.munoz.hdez@gmail.com>
Thu, 20 Jun 2013 10:50:30 +0000 (12:50 +0200)
committerLuis Hdez <luis.munoz.hdez@gmail.com>
Thu, 20 Jun 2013 10:50:30 +0000 (12:50 +0200)
less/type.less
less/variables.less

index 9a6811e3d39267931068adc61e4cb8fdeb1b2dfb..852f7f32fd75cbf0ca72bdce521a06f4e5a5b5f0 100644 (file)
@@ -54,6 +54,7 @@ a.text-success:focus { color: darken(@state-success-text, 10%); }
 
 h1, h2, h3, h4, h5, h6,
 .h1, .h2, .h3, .h4, .h5, .h6 {
+  font-family: @headings-font-family;
   font-weight: @headings-font-weight;
   line-height: @headings-line-height;
   small {
index 13ba8885ce52fa9e4db538fa34417ba3a476008f..4a573a28394b24a49060a4b3fc32c61e79f216a1 100644 (file)
@@ -53,6 +53,7 @@
 @line-height-base:        1.428571429; // 20/14
 @line-height-computed:    floor(@font-size-base * @line-height-base); // ~20px
 
+@headings-font-family:    @font-family-sans-serif;
 @headings-font-weight:    500;
 @headings-line-height:    1.1;