Comment #5 on issue 30758 by [email protected]: Japanese pages rendered with Sazanami Gothic not VLGothic http://code.google.com/p/chromium/issues/detail?id=30758
> and fell back to the system default font which was > accidentally [VL PGothic] on my machine, I think it's probably true. If your Ubuntu box is optimized for Japanese, fontconfig might give first preference to VL PGothic. I tried the following command, and then Chromium actually started using VL PGothic as a fallback font! $ cd /etc/fonts/conf.d/ ; sudo ln -s ../conf.avail/69-language-selector-ja-jp.conf . Here is the memory map: $ cat /proc/28974/maps | grep fonts # Note: IPA/IPA-Mona Japanese fonts are not installed on this machine. b2ea1000-b326d000 r-xs 00000000 08:03 1664059 /usr/share/fonts/truetype/vlgothic/VL-PGothic-Regular.ttf b33e0000-b3424000 r-xs 00000000 08:03 688315 /usr/share/fonts/truetype/msttcorefonts/Arial.ttf --Yusuke -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
