1
0
Fork 0
mirror of synced 2024-06-24 17:20:59 +12:00

Font in Firefox for japanese

Firefox is using MS Gothic by default. But Meiryo looks much better (and it is by default in Chrome).
This commit is contained in:
vitaliylag 2016-01-05 19:36:06 +03:00
parent d9c55be004
commit bb1a28ef29

View file

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