tor-browser

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

standard-font-family-ref.html (660B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com"/>
      5 </head>
      6 <body>
      7 This test makes sure that the design system UI fonts don't work unless they are accessed from their correct names. The test passes if all the text below is rendered in Times.
      8 <div>
      9 <div style="display: inline-block; font-size: 72px;">HeJllo</div>
     10 <div style="display: inline-block; font-size: 72px;">HeJllo</div>
     11 <div style="display: inline-block; font-size: 72px;">HeJllo</div>
     12 <div style="display: inline-block; font-size: 72px;">HeJllo</div>
     13 <div style="display: inline-block; font-size: 72px;">HeJllo</div>
     14 </div>
     15 </body>
     16 </html>