From 7a8d071735b5f6da28cd6235f1a76cf0cfa62c8e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 5 Apr 2013 11:42:29 -0700 Subject: [PATCH] use font-size-base var --- less/scaffolding.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/scaffolding.less b/less/scaffolding.less index e5f15032e6..7d06e35b28 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -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;