use font-size-base var

This commit is contained in:
Mark Otto 2013-04-05 11:42:29 -07:00
parent eadfa59d92
commit 7a8d071735

View File

@ -31,7 +31,7 @@ html {
body {
font-family: @font-family-base;
font-size: 14px;
font-size: @font-size-base;
line-height: @line-height-base;
color: @text-color;
background-color: @body-bg;