tor-browser

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

standard-font-family-4.html (478B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com"/>
      5 <link rel="help" href="https://drafts.csswg.org/css-fonts-4/#standard-font-families"/>
      6 <link rel="mismatch" href="standard-font-family-4-notref.html"/>
      7 <meta name="assert" content="ui-monospace's bold isn't synthetic"/>
      8 </head>
      9 <body>
     10 <div>
     11 <div style="display: inline-block; font: bold 72px 'ui-monospace'; font-synthesis: none;">HeJllo</div>
     12 </div>
     13 </body>
     14 </html>