Eddie Machado пре 13 година
родитељ
комит
568237e847
2 измењених фајлова са 4 додато и 4 уклоњено
  1. 2 2
      library/less/_base.less
  2. 2 2
      library/scss/_base.scss

+ 2 - 2
library/less/_base.less

@@ -35,8 +35,8 @@ and will be used across all viewports.
 *********************/
 
 body {
-	font-family: Georgia, serif;
-	font-size: 14px;
+	font-family: $serif;
+	font-size: 100%;
 	line-height: 1.5;
 	color: #565656;
 }

+ 2 - 2
library/scss/_base.scss

@@ -16,8 +16,8 @@ GENERAL STYLES
 *********************/
 
 body {
-	font-family: Georgia, serif;
-	font-size: 14px;
+	font-family: $serif;
+	font-size: 100%;
 	line-height: 1.5;
 	color: #565656;
 }