tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

fallback-respects-generic-1-ref.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; }
      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"><span lang="zh-CN">你好吗?</span><strut>&nbsp;</strut></p>
     12 <p class="b"><span lang="zh-CN">你好吗?</span><strut>&nbsp;</strut></p>