aboutsummaryrefslogtreecommitdiff
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
parent546d40a143539ecc4205ea4a9f5640572a2d6833 (diff)
downloadbootstrap-cd09f3213ba2e07b988708dec6b888f95660b0f9.tar.xz
bootstrap-cd09f3213ba2e07b988708dec6b888f95660b0f9.zip
Add heading font family variable
-rw-r--r--less/type.less1
-rw-r--r--less/variables.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less
index 9a6811e3d..852f7f32f 100644
--- a/less/type.less
+++ b/less/type.less
@@ -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 {
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;