tor-browser

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

333970-1-ref.html (957B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>points/pixels size test</title>
      5  <style type="text/css">
      6    td {
      7      text-decoration: underline;
      8    }
      9  </style>
     10 </head>
     11 <body>
     12 <table>
     13  <tr><td style="font-size:12px;">9pt/12px</td></tr>
     14  <tr><td style="font-size:16px;">12pt/16px</td></tr>
     15  <tr><td style="font-size:20px;">15pt/20px</td></tr>
     16  <tr><td style="font-size:24px;">18pt/24px</td></tr>
     17  <tr><td style="font-size:28px;">21pt/28px</td></tr>
     18  <tr><td style="font-size:13.3333px;">10pt/13.3333px</td></tr>
     19  <tr><td style="font-size:17.3333px;">13pt/17.3333px</td></tr>
     20  <tr><td style="font-size:21.3333px;">16pt/21.3333px</td></tr>
     21  <tr><td style="font-size:26.6666px;">20pt/26.6666px</td></tr>
     22  <tr><td style="font-size:15px;">11.25pt/15px</td></tr>
     23  <tr><td style="font-size:17px;">12.75pt/17px</td></tr>
     24  <tr><td style="font-size:18px;">13.5pt/18px</td></tr>
     25  <tr><td style="font-size:25px;">18.75pt/25px</td></tr>
     26 </table>
     27 </body>
     28 </html>