diff options
| author | Luis Hdez <[email protected]> | 2013-06-20 12:50:30 +0200 |
|---|---|---|
| committer | Luis Hdez <[email protected]> | 2013-06-20 12:50:30 +0200 |
| commit | cd09f3213ba2e07b988708dec6b888f95660b0f9 (patch) | |
| tree | 15576632604e0162d62ee52126db4b6e58d16934 /less/type.less | |
| parent | 546d40a143539ecc4205ea4a9f5640572a2d6833 (diff) | |
| download | bootstrap-cd09f3213ba2e07b988708dec6b888f95660b0f9.tar.xz bootstrap-cd09f3213ba2e07b988708dec6b888f95660b0f9.zip | |
Add heading font family variable
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 1 |
1 files changed, 1 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 { |
