2 /* A font that contains glyps only for U+
0020 and U+
3042, and both are blank. */
4 font-family: 'SpaceAndHiraganaA';
5 src: url('resources/SpaceAndHiraganaA.ttf');
8 font-family: SpaceAndHiraganaA;
9 text-rendering: optimizeLegibility;
12 /* Arial doesn't contain a glyph for U+
3042, hence the next font is selected. */
13 font-family: Arial, SpaceAndHiraganaA;
14 text-rendering: optimizeLegibility;
17 <p>White blank should follow this line. No garbage should be rendered.
</p>
18 <p class=
"test1">あ あ</p>
19 <p class=
"test2">あ あ</p>