tor-browser

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

mathvariant-4.html (845B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>More mathvariant tests</title>
      5    <link rel="match" href="mathvariant-4-ref.html"/>
      6  </head>
      7  <body>
      8    <math>
      9      <mrow>
     10        <mtext mathvariant="fraktur">&#x1d49c;</mtext>
     11        <mtext mathvariant="fraktur">&#x212c;</mtext>
     12        <mtext mathvariant="fraktur">&#x00e1;</mtext>
     13      </mrow>
     14    </math>
     15 
     16    <p>
     17 
     18    <math>
     19      <mrow>
     20        <mtext mathvariant="monospace">AAA</mtext>
     21      </mrow>
     22    </math>
     23 
     24    <p>
     25 
     26    <math>
     27      <mstyle mathvariant="sans-serif">
     28        <mrow>
     29          <mtext>cos</mtext>
     30          <mo>&#x2061;</mo>
     31          <mi>x</mi>
     32        </mrow>
     33      </mstyle>
     34    </math>
     35 
     36    <p>
     37 
     38    <math mathvariant="sans-serif">
     39      <mrow>
     40        <mtext>cos</mtext>
     41        <mo>&#x2061;</mo>
     42        <mi>x</mi>
     43      </mrow>
     44    </math>
     45 
     46  </body>
     47 </html>