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

fix #6950: use var for font-family

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