aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorLuis Hdez <[email protected]>2013-06-20 12:50:30 +0200
committerLuis Hdez <[email protected]>2013-06-20 12:50:30 +0200
commitcd09f3213ba2e07b988708dec6b888f95660b0f9 (patch)
tree15576632604e0162d62ee52126db4b6e58d16934 /less/variables.less
parent546d40a143539ecc4205ea4a9f5640572a2d6833 (diff)
downloadbootstrap-cd09f3213ba2e07b988708dec6b888f95660b0f9.tar.xz
bootstrap-cd09f3213ba2e07b988708dec6b888f95660b0f9.zip
Add heading font family variable
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less
index 13ba8885c..4a573a283 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -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;