tor-browser

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

mathvariant-basic-transforms-with-default-font-ref.html (560B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8"/>
      5    <title>Basic mathvariant transforms with the default font (reference)</title>
      6  </head>
      7  <body>
      8    <p>Test passes if you see three lines of text rendered with corresponding
      9      italic, bold, bold-italic characters from the
     10      Mathematical Alphanumeric Symbols block:</p>
     11    <p><math><mtext>πΌπ‘‘π‘Žπ‘™π‘–π‘</mtext></math></p>
     12    <p><math><mtext>𝐁𝐨π₯𝐝</mtext></math></p>
     13    <p><math><mtext>π‘©π’π’π’…π‘°π’•π’‚π’π’Šπ’„</mtext></math></p>
     14  </body>
     15 </html>