1273154-1-ref.html (542B)
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 font-family: "Mongolian Baiti", "Times New Roman", serif; 13 font-size: 32px; 14 } 15 </style> 16 </head> 17 <body> 18 <span>ᠳᠠᠷᠢᠬᠢᠨ ᠤ</span> 19 </body> 20 </html>