tor-browser

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

default-font.html (316B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>default font</title>
      5    <meta charset="utf-8"/>
      6    <link rel="match" href="default-font-ref.html"/>
      7  </head>
      8  <body style="font: 20px monospace;">
      9 
     10    <!-- font.minimum-size.x-math set to 40 -->
     11    <math>
     12      <mn>x-math language</mn>
     13    </math>
     14 
     15  </body>
     16 </html>