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/variables.less | |
| parent | 546d40a143539ecc4205ea4a9f5640572a2d6833 (diff) | |
| download | bootstrap-cd09f3213ba2e07b988708dec6b888f95660b0f9.tar.xz bootstrap-cd09f3213ba2e07b988708dec6b888f95660b0f9.zip | |
Add heading font family variable
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 1 |
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; |
