fix #6950: use var for font-family

This commit is contained in:
Mark Otto 2013-02-15 16:51:16 -08:00
parent 866c8d60e9
commit 6789a30a3d

View File

@ -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;