tor-browser

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

standard-font-family-9-notref.html (373B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com"/>
      5 <style>
      6 @font-face {
      7    font-family: "AppleSystemUIMonospaced";
      8    src: local("ui-monospaced");
      9 }
     10 </style>
     11 </head>
     12 <body>
     13 <div>
     14 <div style="display: inline-block; font: 72px 'AppleSystemUIMonospaced'; font-synthesis: none;">HeJllo</div>
     15 </div>
     16 </body>
     17 </html>