aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-20 15:38:18 -0700
committerMark Otto <[email protected]>2013-06-20 15:38:18 -0700
commit1b89a63a48f0bfd6ba024f1cf573c03a42aa5ef2 (patch)
tree0de9752b30780cf9b23ef07f81b84cd6c8b5d899 /less
parent3c60645ec023b48910946d3e2d1d10da5c851773 (diff)
downloadbootstrap-1b89a63a48f0bfd6ba024f1cf573c03a42aa5ef2.tar.xz
bootstrap-1b89a63a48f0bfd6ba024f1cf573c03a42aa5ef2.zip
Use `@font-family-base` for headings font-family variable
Diffstat (limited to 'less')
-rw-r--r--less/variables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less
index 4a573a283..e71dd03e1 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -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;