fallback-respects-generic-1.html (456B)
1 <!DOCTYPE html> 2 <html lang="en-US"> 3 <meta charset="utf-8"> 4 <style> 5 .a { font: 32px serif; } 6 .b { font: 32px sans-serif; } 7 strut { font-size: 2em; } /* to force stable line height/baseline position */ 8 </style> 9 <p>The first Chinese line should use the <tt>serif</tt> font setting from prefs; 10 the second should use the <tt>sans-serif</tt> font setting.</p> 11 <p class="a">你好吗?<strut> </strut></p> 12 <p class="b">你好吗?<strut> </strut></p>