Browse Source

Fixing font for windows

Andrew Chalkley 9 năm trước cách đây
mục cha
commit
2f6d7f977d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      front-end/css/style.css

+ 2 - 2
front-end/css/style.css

@@ -8,8 +8,8 @@ html {
 }
 
 body {
-	font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
-	font-family: HelveticaNeue;
+	font-size: 14px;
+	font-family: HelveticaNeue, "Lucida Grande", Helvetica, Arial, sans-serif;
 	color: #010101;
 }