tor-browser

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

standard-font-family-9.html (609B)


      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-9-notref.html"/>
      7 <meta name="assert" content="ui-monospace's bold in @font-face isn't synthetic"/>
      8 <style>
      9 @font-face {
     10    font-family: "AppleSystemUIMonospace";
     11    src: local("ui-monospace");
     12 }
     13 </style>
     14 </head>
     15 <body>
     16 <div>
     17 <div style="display: inline-block; font: bold 72px 'AppleSystemUIMonospace'; font-synthesis: none;">HeJllo</div>
     18 </div>
     19 </body>
     20 </html>