1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Use @font-family-base for headings font-family variable

This commit is contained in:
Mark Otto 2013-06-20 15:38:18 -07:00
parent 3c60645ec0
commit 1b89a63a48

View file

@ -53,7 +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-family: @font-family-base;
@headings-font-weight: 500;
@headings-line-height: 1.1;