From 6789a30a3d4f184b02cd5c686309aa7bd547ea4c Mon Sep 17 00:00:00 2001
From: Mark Otto <otto@github.com>
Date: Fri, 15 Feb 2013 16:51:16 -0800
Subject: [PATCH] fix #6950: use var for font-family

---
 less/scaffolding.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/less/scaffolding.less b/less/scaffolding.less
index 715805a5a7..d885c765ed 100644
--- a/less/scaffolding.less
+++ b/less/scaffolding.less
@@ -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;
-- 
GitLab