diff options
| author | Mark Otto <[email protected]> | 2013-06-20 15:36:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-20 15:36:49 -0700 |
| commit | 3c60645ec023b48910946d3e2d1d10da5c851773 (patch) | |
| tree | a04fd51937f72e0ae442bfb3948980982d923c68 /less/variables.less | |
| parent | 83832095215f0ba03d3f23fcb7e37c5782395237 (diff) | |
| parent | cd09f3213ba2e07b988708dec6b888f95660b0f9 (diff) | |
| download | bootstrap-3c60645ec023b48910946d3e2d1d10da5c851773.tar.xz bootstrap-3c60645ec023b48910946d3e2d1d10da5c851773.zip | |
Merge pull request #8237 from luishdez/feature/var-heading-family
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; |
