1273154-1.html (746B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 body { 6 /* Force a large line-height so that we don't get a positioning 7 discrepancy on the test span depending on which font's metrics 8 are used in line-height computation. */ 9 font: 64px/2 serif; 10 } 11 span { 12 /* Times does NOT support Mongolian characters, so the entire text 13 should be rendered as a single Mongolian Baiti run, including 14 the U+202F which _is_ available in Times. */ 15 font-family: "Times New Roman", "Mongolian Baiti", serif; 16 font-size: 32px; 17 } 18 </style> 19 </head> 20 <body> 21 <span>ᠳᠠᠷᠢᠬᠢᠨ ᠤ</span> 22 </body> 23 </html>