The font generation works but the glyph are on a private plan. For instance 中 is associate with U+EA02 <Private Use> instead of U+4E2D CJK UNIFIED IDEOGRAPH-4E2D:
General Character Properties
In Unicode since: 1.1
Unicode category: Other, Private Use
Various Useful Representations
UTF-8: 0xEE 0xA8 0x82
UTF-16: 0xEA02
C octal escaped UTF-8: \356\250\202
XML decimal entity:
The font generation works but the glyph are on a private plan. For instance
中
is associate withU+EA02 <Private Use>
instead ofU+4E2D CJK UNIFIED IDEOGRAPH-4E2D
:We need to investigate webfont in depth.
related: itgalaxy/webfont#53 How can I choose the codepoint of a glyph.