Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Font Awesome uses fontastic trickery that is based using fonts that contain iconic images in place of normal characters, in special fonts. This trickery mostly works, because the special fonts are served as downloadable fonts with wrong information about character support. But I don’t see how Font Awesome relates to the problem. I cannot see any CSS code related to headings in the CSS files in the Font Awesome package. It may indirectly affect headings, if you heading elements have <code>class</code> attributes coinciding with those used in Font Awesome. In that case, change the class names there.</p> <p>And there is no <code>text-rendering</code> setting there either. I suspect that the setting comes from another source.</p> <p>In any case, the <a href="https://developer.mozilla.org/en-US/docs/CSS/text-rendering" rel="nofollow"><code>text-rendering</code></a> property setting can safely be removed (or set to <code>auto</code>, the initial value). It is of typographic nature, and the <em>known</em> and somewhat documented effects relate to kerning and ligatures, which probably don’t apply to Japanese writing anyway. It may have other effects, and its specification is very vague. It is possible that in some context, Chrome might be trying to use rendering technology that fails in (some flavors of) Windows XP.</p> <p>Testing your demo in a virtual Windows XP, which presumably corresponds to an old out-of-the box XP, Japanese characters are not displayed at all. No font seems to contain them. Different XP installations may have added fonts, such as Arial Unicode MS, which is shipped with MS Office, and then the problem changes.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload