Improving Japanese fonts in Internet Explorer and Firefox on Vista

If you've visited Japanese sites, you're probably used to the text looking something like this:

A webpage using MS PGothic

The font used here is called MS PGothic. It's quite an old font, and it actually uses bitmaps for smaller sizes like that one. This means there's no anti-aliasing at all, including ClearType. So Japanese text ends up looking a lot less nice than western text, especially if you've got ClearType enabled (which you probably do; it's on by default in Vista).

Windows Vista includes a brand new, much better, Japanese font, called Meiryo, which is optimized for screen reading and is fully ClearType enabled. Unfortunately, MS PGothic is still the default Japanese font in both Internet Explorer and Firefox.

Fortunately, we can change that by doing the following:

  1. Click Tools, Internet Options;
  2. Click the Fonts button;
  3. Under Language script, choose Japanese;
  4. Under Webpage font, choose Meiryo;
    The Internet Explorer fonts dialog
  5. Now, under Language script, choose Chinese (simplified);
  6. Again, set Webpage font to Meiryo.

You must do this for both Japanese and Chinese, otherwise not all characters will be displayed with the new font. Now your fonts should look something like this:

A webpage using Meiryo

You can achieve the same effect in Firefox. The following instructions apply to Firefox 3:

  1. Click Tools, Options;
  2. Click Content;
  3. Under Fonts & Colors, click Advanced;
  4. Set Fonts for to Japanese;
  5. Set the desired fonts to Meiryo;

Of course this only applies to sites that don't specify a font. If a webpage specifies in the HTML or CSS that it wants t use PGothic or another Japanese font, it will use that instead of your selection. In Firefox you can choose to have your choice override whatever font the page specifies; in IE, you cannot.

Categories: General computing
Posted on: 2008-10-10 09:32 UTC.

Comments

manhquan

2008-10-29 10:30 UTC

how to set the Japanese font.

bart

2008-11-22 16:38 UTC

thanks for the tip. unfortunately, it still looks like ass compared to mac osx.

Search Engine Optimization

2008-12-15 20:47 UTC

Thanks for the tip the text looks much better now and works very nice in my firfox.

Watashi

2009-02-04 12:40 UTC

Thanks so much! Works like a charm :)

[CC]

2009-09-30 17:18 UTC

This tip also applies to ugly japanese fonts on Windows 7.

Adam

2009-12-31 10:12 UTC

Any ideas how to put Japanese on
windows mobile 6.5?

Mizeni

2012-11-07 01:55 UTC

And if you want to specify this font in your web page, you can put this code in your CSS (It will fallback to MS PGothic if Meiryo is not available):

html {
font-family: Meiryo, MS PGothic, Arial, sans-serif;
}

Add comment

Comments are closed for this post. Sorry.

Latest posts

Categories

Archive

Syndication

RSS Subscribe