Browse Source

Font in Firefox for japanese

Firefox is using MS Gothic by default. But Meiryo looks much better (and it is by default in Chrome).
vitaliylag 10 years ago
parent
commit
bb1a28ef29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/style.css

+ 1 - 1
assets/style.css

@@ -11,7 +11,7 @@ body {
 	background: #fff;
 	background: #fff;
 	color: #000;
 	color: #000;
 	font-size: 14px;
 	font-size: 14px;
-	font-family: Tahoma, Arial, Verdana, sans-serif, Lucida Sans;
+	font-family: Tahoma, Arial, Verdana, Meiryo, "MS Gothic", sans-serif, Lucida Sans;
 	line-height: 1.5em;
 	line-height: 1.5em;
 	text-align: center;
 	text-align: center;
 }
 }