tor-browser

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

synthetic-bold-space-width.html (539B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <meta charset="utf-8">
      4 <link rel="author" title="Myles C. Maxfield" href="mmaxfield@apple.com">
      5 <link rel="help" href="https://drafts.csswg.org/css-fonts/#missing-weights">
      6 <link rel="match" href="synthetic-bold-space-width-ref.html">
      7 <style>
      8 pre {
      9    font: bold 12px 'Monaco';
     10 }
     11 </style>
     12 <body>
     13 <p>This test passes if space characters' advances are expanded by the synthetic bold offset.</p>
     14 <pre><strong>hi asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf</strong></pre>
     15 </body>
     16 </html>