Skip to content

Commit

Permalink
(less) Fixes twbs#11741: Don't set headings font-family again, just u…
Browse files Browse the repository at this point in the history
…se inherit
  • Loading branch information
mdo committed Dec 8, 2013
1 parent 4e0f624 commit e557220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
@line-height-base: 1.428571429; // 20/14
@line-height-computed: floor(@font-size-base * @line-height-base); // ~20px

@headings-font-family: @font-family-base;
@headings-font-family: inherit;
@headings-font-weight: 500;
@headings-line-height: 1.1;
@headings-color: inherit;
Expand Down

0 comments on commit e557220

Please sign in to comment.