搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Different font style for different character set

  • 2 个回答
  • 2 人有此问题
  • 9 次查看
  • 最后回复者为 Kevin

more options

I am a Japanese user and I need a help about customizing font styles.

In Japanese writing system, original character sets like Kanji or Kana and alphabet are mingled together in one document. But in our publishing custom, each uses different font style when showing. For example, while using MS Mincho for Kanji and Kana, alphabet is displayed using Times New Roman, despite the fact that MS Mincho also has alphabetic characters in it!!

The problem is that Firefox for Mobile cannot do this kind of font choosing. As I have added a monospaced Japanese font called "MTLmr3m.ttf" (the default Japanese font in Jelly Bean) to /system/etc/fallback_fonts.xml, Firefox always shows monospaced dirty alphabet of the font set unless otherwise noted in stylesheet.

https://dl.dropbox.com/u/293467/firefox-font-problem/firefox.png

Of course, other browsers like Browser or Chrome can handle this correctly.

https://dl.dropbox.com/u/293467/firefox-font-problem/chrome.png

While I love Firefox and I want to read clear Japanese with the new font, it is not tolerable to see the dirty alphabet.

How can I solve this problem?

ACER ICONIA TAB A500 ROM: TegraOwners ICS v170 Firefox for Mobile 16.0.2

I am a Japanese user and I need a help about customizing font styles. In Japanese writing system, original character sets like Kanji or Kana and alphabet are mingled together in one document. But in our publishing custom, each uses different font style when showing. For example, while using MS Mincho for Kanji and Kana, alphabet is displayed using Times New Roman, despite the fact that MS Mincho also has alphabetic characters in it!! The problem is that Firefox for Mobile cannot do this kind of font choosing. As I have added a monospaced Japanese font called "MTLmr3m.ttf" (the default Japanese font in Jelly Bean) to /system/etc/fallback_fonts.xml, Firefox always shows monospaced dirty alphabet of the font set unless otherwise noted in stylesheet. https://dl.dropbox.com/u/293467/firefox-font-problem/firefox.png Of course, other browsers like Browser or Chrome can handle this correctly. https://dl.dropbox.com/u/293467/firefox-font-problem/chrome.png While I love Firefox and I want to read clear Japanese with the new font, it is not tolerable to see the dirty alphabet. How can I solve this problem? ACER ICONIA TAB A500 ROM: TegraOwners ICS v170 Firefox for Mobile 16.0.2

所有回复 (2)

more options

I solved this problem myself.

It is font.name-list.sans-serif.ja property in about:config that configure the precedence of font family applied to sans-serif style, which is the default font style of Firefox.

My default value of the property was MotoyaLMaru, MotoyaLCedar, Droid Sans Japanese. This means "apply Japanese font to every single character in web pages."

I changed it to Roboto, Droid Sans, MotoyaLMaru, MotoyaLCedar, Droid Sans Japanese, which means "use Roboto or Droid Sans if the character is supported by the font family; otherwise use Japanese font."

And everything works fine now.

more options

I opened a bug about this for a more general solution. https://bugzilla.mozilla.org/show_bug.cgi?id=811201