Commit 6789a30a authored by Mark Otto's avatar Mark Otto
Browse files

fix #6950: use var for font-family

parent 866c8d60
Showing with 1 addition and 1 deletion
+1 -1
...@@ -24,7 +24,7 @@ html { ...@@ -24,7 +24,7 @@ html {
body { body {
margin: 0; margin: 0;
color: @text-color; color: @text-color;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: @font-family-base;
font-size: 14px; font-size: 14px;
font-size: 1.4rem; font-size: 1.4rem;
line-height: 1.5; line-height: 1.5;
......
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