tor-browser

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

standard-font-family-16.html (558B)


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