Commit 1b89a63a authored by Mark Otto's avatar Mark Otto
Browse files

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

parent 3c60645e
Showing with 1 addition and 1 deletion
+1 -1
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
@line-height-base: 1.428571429; // 20/14 @line-height-base: 1.428571429; // 20/14
@line-height-computed: floor(@font-size-base * @line-height-base); // ~20px @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-font-weight: 500;
@headings-line-height: 1.1; @headings-line-height: 1.1;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment