Эх сурвалжийг харах

updated font size to 100%

Eddie Machado 13 жил өмнө
parent
commit
568237e847

+ 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;
 }