tor-browser

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

standard-font-family-8-notref.html (358B)


      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: "AppleSystemUISerif";
      8    src: local("ui-serif");
      9 }
     10 </style>
     11 </head>
     12 <body>
     13 <div>
     14 <div style="display: inline-block; font: 72px 'AppleSystemUISerif'; font-synthesis: none;">HeJllo</div>
     15 </div>
     16 </body>
     17 </html>