فهرست منبع

Fixing font for windows

Andrew Chalkley 9 سال پیش
والد
کامیت
2f6d7f977d
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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;
 }