]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use `@font-family-base` for headings font-family variable
authorMark Otto <otto@github.com>
Thu, 20 Jun 2013 22:38:18 +0000 (15:38 -0700)
committerMark Otto <otto@github.com>
Thu, 20 Jun 2013 22:38:18 +0000 (15:38 -0700)
less/variables.less

index 4a573a28394b24a49060a4b3fc32c61e79f216a1..e71dd03e1675331e6f30b98e16fa29fef2731f00 100644 (file)
@@ -53,7 +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-family:    @font-family-base;
 @headings-font-weight:    500;
 @headings-line-height:    1.1;