소스 검색

updated font size to 100%

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