From bb1a28ef29a9c8d902431fad7bcafdee6c3e9af4 Mon Sep 17 00:00:00 2001 From: vitaliylag Date: Tue, 5 Jan 2016 19:36:06 +0300 Subject: [PATCH] Font in Firefox for japanese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Firefox is using MS Gothic by default. But Meiryo looks much better (and it is by default in Chrome). --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index db2c3ad..28c3407 100644 --- a/assets/style.css +++ b/assets/style.css @@ -11,7 +11,7 @@ body { background: #fff; color: #000; 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; text-align: center; }